lilei преди 3 години
родител
ревизия
68b4150755
променени са 3 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 1 1
      public/version.json
  2. 1 0
      src/views/reportData/bulkReturnReport/detailList.vue
  3. 1 0
      src/views/reportData/bulkWarehousingReport/detailList.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1653387412683
+  "version": 1653441628442
 }

+ 1 - 0
src/views/reportData/bulkReturnReport/detailList.vue

@@ -219,6 +219,7 @@ export default {
       this.queryParam.productEntity.productTypeSn3 = ''
       this.queryParam.productEntity.code = ''
       this.queryParam.productEntity.name = ''
+      this.queryParam.productType = []
       this.$refs.ruleForm.resetFields()
       this.totalData = null
       this.$refs.table.clearTable()

+ 1 - 0
src/views/reportData/bulkWarehousingReport/detailList.vue

@@ -228,6 +228,7 @@ export default {
       this.queryParam.productEntity.productTypeSn3 = ''
       this.queryParam.productEntity.code = ''
       this.queryParam.productEntity.name = ''
+      this.queryParam.productType = []
       this.$refs.ruleForm.resetFields()
       this.totalData = null
       this.$refs.table.clearTable()