diff --git a/src/views/collect/IoDestroyLog.vue b/src/views/collect/IoDestroyLog.vue index 0bbfb7ee..f0ec5654 100644 --- a/src/views/collect/IoDestroyLog.vue +++ b/src/views/collect/IoDestroyLog.vue @@ -905,6 +905,9 @@ export default { invCode: this.$store.getters.locInvCode, }; this.actDateRange = []; + this.currentRow = {}; + this.codeDetailList = []; + this.bizTotal = 0; this.getList(); }, onSubmit(_this) { @@ -1141,10 +1144,7 @@ export default { page: 1, limit: 10 }; - - if (!isBlank(this.currentRow.billNo)) { - this.getBizDetailList(); - } + this.getBizDetailList(); }, onBizSubmit() { this.bizQuery.page = 1; diff --git a/src/views/collect/IoSplitFifoCodePanel.vue b/src/views/collect/IoSplitFifoCodePanel.vue index a2a13f31..4fd03557 100644 --- a/src/views/collect/IoSplitFifoCodePanel.vue +++ b/src/views/collect/IoSplitFifoCodePanel.vue @@ -862,7 +862,7 @@ export default { this.getList(); this.resultDetailList = [] this.apartDetailList = [] - this.currentRow.cpmctymc = null + this.currentRow = {} }, onSubmit(_this) { if (_this == null)