From d189796882d88080aab7fb720dcf794819b0a609 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 20 十二月 2025 11:17:13 +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