lilei 2 роки тому
батько
коміт
1cf586b23a

+ 3 - 3
src/views/salesReturnManagement/billOfLading/selectXtModal.vue

@@ -174,10 +174,10 @@ export default {
         buyerSn: undefined
       }
       this.orginData = []
-      this.$refs.dealerSubareaScopeList.resetForm()
-      if (this.$refs.table) {
+      this.$nextTick(() => {
+        this.$refs.dealerSubareaScopeList.resetForm()
         this.$refs.table.refresh(true)
-      }
+      })
     }
   },
   watch: {

+ 1 - 1
src/views/salesReturnManagement/pickUp/list.vue

@@ -233,7 +233,7 @@ export default {
       this.queryParam.logisticsPoint = undefined
       this.queryParam.salesReturnBillNo = ''
       this.queryParam.state = undefined
-      this.quyerParam.stateList = ['FINISH', 'AUDIT_PASS']
+      this.queryParam.stateList = ['FINISH', 'AUDIT_PASS']
       this.$refs.table.refresh(true)
     },
     pageInit () {