From c3fb1e3f80bc653c775a5a893674501c5a01223f Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 11 十二月 2025 17:38:15 +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