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

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

@@ -809,6 +809,7 @@ export default {
       submitDemand(this.basicForm).then(res => {
         if (res.code === 200) {
           this.$modal.msgSuccess("提交成功");
+          this.$modal.closeLoading();
           this.back()
         }
       }).catch(err => {