Browse Source

bug 修复

lilei 3 năm trước cách đây
mục cha
commit
6fcd24c1f2

+ 1 - 0
src/views/allocationManagement/warehouseAllocation/basicInfoModal.vue

@@ -68,6 +68,7 @@ export default {
     isShow (newValue, oldValue) {
       if (!newValue) {
         this.$emit('close')
+        this.$refs.ruleForm.resetFields()
       } else {
         this.getWarehouseList()
       }

+ 0 - 1
src/views/allocationManagement/warehouseAllocation/edit.vue

@@ -532,7 +532,6 @@ export default {
       )
     },
     pageInit () {
-      this.resetSearchForm()
       this.chooseResetSearchForm()
       this.getProductBrand()
       this.getProductType()