浏览代码

bug修复

黄梓星 1 年之前
父节点
当前提交
d36f75a737
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      src/views/purchase/PurchaseDemandList/add.vue
  2. 2 0
      src/views/purchase/transferOrder/add.vue

+ 1 - 0
src/views/purchase/PurchaseDemandList/add.vue

@@ -631,6 +631,7 @@ export default {
     } else if(this.pageStu == 'edit') {
       this.getDetails(this.row)
     } else if (this.pageStu == 'add') {
+      this.loading = false
       if (this.basicForm.demandPersonal) { this.reBackRefer('CONTACTS_PARAM', this.basicForm.demandPersonal, '需求人员') }
       if (this.basicForm.demandDept) { this.reBackRefer('DEPT_PARAM', this.basicForm.demandDept) }
     }

+ 2 - 0
src/views/purchase/transferOrder/add.vue

@@ -1531,6 +1531,8 @@ export default {
       this.getDetails(this.row);
       this.isDRCk = false;
       this.isDCCk = false;
+    } else if (this.pageStu == "add") {
+      this.loading = false
     }
   },
   methods: {