From 1d0f1c5ef331b63839cf3f23622bd48ba82105d9 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 10 十一月 2023 17:52:39 +0800 Subject: [PATCH] 11 --- src/views/project/donationdetails/index.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue index 50036af..f547311 100644 --- a/src/views/project/donationdetails/index.vue +++ b/src/views/project/donationdetails/index.vue @@ -3076,6 +3076,9 @@ // this.GetAttacheddata(); } else if (this.form.workflow > this.actives) { // this.submitForm(); + Modifydonationattachment(this.donatelist).then(res => { + console.log(res); + }); this.GetAttacheddata(); } else { this.submitForm(); -- Gitblit v1.9.3