From 51c9c79896a0fd780bcc2461d6ebbf9b310eaf7b Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 09 五月 2026 18:18:52 +0800
Subject: [PATCH] yxh
---
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