黄梓星 2 years ago
parent
commit
ac5d33b006
1 changed files with 1 additions and 0 deletions
  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 => {
       submitDemand(this.basicForm).then(res => {
         if (res.code === 200) {
         if (res.code === 200) {
           this.$modal.msgSuccess("提交成功");
           this.$modal.msgSuccess("提交成功");
+          this.$modal.closeLoading();
           this.back()
           this.back()
         }
         }
       }).catch(err => {
       }).catch(err => {