黄梓星 2 năm trước cách đây
mục cha
commit
ac5d33b006
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 => {