From a769c0d917420accf86a202391f65a801a15c7f7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 10 十一月 2023 18:03:38 +0800
Subject: [PATCH] 11
---
src/views/project/donationdetails/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue
index f547311..fed3f94 100644
--- a/src/views/project/donationdetails/index.vue
+++ b/src/views/project/donationdetails/index.vue
@@ -2743,7 +2743,7 @@
}
});
} else if (this.actives == 0) {
- this.annexfilesList = this.registerlist;
+ this.annexfilesList = this.potentiallist;
this.activetele = "娼滃湪鎹愮尞";
}
},
@@ -3079,6 +3079,7 @@
Modifydonationattachment(this.donatelist).then(res => {
console.log(res);
});
+ this.listDonateannex()
this.GetAttacheddata();
} else {
this.submitForm();
--
Gitblit v1.9.3