From 633f26d8e772b2441fb3fab72ecab0a047def74c Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期三, 21 二月 2024 15:06:42 +0800
Subject: [PATCH] 11
---
src/views/project/fund/applyDetail/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/project/fund/applyDetail/index.vue b/src/views/project/fund/applyDetail/index.vue
index 8b17f43..46b670c 100644
--- a/src/views/project/fund/applyDetail/index.vue
+++ b/src/views/project/fund/applyDetail/index.vue
@@ -2188,8 +2188,10 @@
flowconclusion: this.checkObj.flowlevelone,
flowcontent: this.checkObj.flowconclusion
};
+ this.$modal.loading("姝e湪鎻愪氦瀹℃牳锛岃绋嶅�欙紒");
checkfund(checkFundObj).then(res => {
//鍏抽棴绐楀彛
+ this.$modal.closeLoading();
this.$modal.msgSuccess("瀹℃牳瀹屾垚!");
this.$store.dispatch("tagsView/delView", this.$route);
this.$router.go(-1);
--
Gitblit v1.9.3