lilei 1 năm trước cách đây
mục cha
commit
731b74eef1

+ 1 - 1
public/version.json

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

+ 3 - 1
src/views/purchasingManagement/purchaseReturnApplyForm/chooseImportModal.vue

@@ -125,7 +125,9 @@ export default {
     getData () {
       const _this = this
       this.loading = true
-      purchaseReturnApplyReadExcel(this.paramsData).then(res => {
+      const params = JSON.parse(JSON.stringify(this.paramsData))
+      delete params.goodFlag
+      purchaseReturnApplyReadExcel(params).then(res => {
         this.loading = false
         if (res.status == 200) {
           if (res.data.successList && res.data.successList.length > 0) {