소스 검색

bug 修复

lilei 2 년 전
부모
커밋
1cf586b23a
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 3
      src/views/salesReturnManagement/billOfLading/selectXtModal.vue
  2. 1 1
      src/views/salesReturnManagement/pickUp/list.vue

+ 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 () {