From 40bd04c1299a0edf63771b90b5f9e78bfb943474 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期日, 28 十二月 2025 17:27:57 +0800
Subject: [PATCH] 办公及业务页面推送
---
src/views/project/donationdetails/index.vue | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue
index b2f8635..6bc93cd 100644
--- a/src/views/project/donationdetails/index.vue
+++ b/src/views/project/donationdetails/index.vue
@@ -3806,12 +3806,14 @@
// if (e != "" || e != null) {
let asdx = this.form.workflow + 1;
- if (asdx >= e) {
- this.actives = e;
+ this.actives = e;
this.GetAttacheddata();
- } else {
- this.$modal.msgWarning("璇峰厛瀹屾垚鍓嶉儴姝ラ");
- }
+ // if (asdx >= e) {
+ // this.actives = e;
+ // this.GetAttacheddata();
+ // } else {
+ // this.$modal.msgWarning("璇峰厛瀹屾垚鍓嶉儴姝ラ");
+ // }
// }
},
// 鑾峰彇閮ㄩ棬鏁版嵁缂撳瓨
--
Gitblit v1.9.3