Przeglądaj źródła

【修改】bug

莫绍宝 3 lat temu
rodzic
commit
755f7c471a

+ 1 - 1
src/views/supply/apply/apply_list.vue

@@ -532,7 +532,7 @@ export default {
         examineStatus: this.examineForm.status,
         approvalRemark: this.examineForm.remark,
       }).then(res => {
-        this.isShowEditDateDialog = false;
+        this.isShowExamineDialog = false;
         this.getList();
         this.$successMsg('审批成功');
       })

+ 1 - 1
src/views/supply/apply/engin_list.vue

@@ -539,7 +539,7 @@ export default {
         examineStatus: this.examineForm.status,
         approvalRemark: this.examineForm.remark,
       }).then(res => {
-        this.isShowEditDateDialog = false;
+        this.isShowExamineDialog = false;
         this.getList();
         this.$successMsg('审批成功');
       })

+ 1 - 1
src/views/supply/sales/sales_list.vue

@@ -416,7 +416,7 @@ export default {
         examineStatus: this.examineForm.status,
         approvalRemark: this.examineForm.remark,
       }).then(res => {
-        this.isShowEditDateDialog = false;
+        this.isShowExamineDialog = false;
         this.getList();
         this.$successMsg('修改成功');
       })