From 4f46cedca8a80f5126aca46d6369cc592b91ef58 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 10 十一月 2023 16:04:19 +0800
Subject: [PATCH] 11
---
src/views/project/donationdetails/index.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue
index 425c368..1b94a5a 100644
--- a/src/views/project/donationdetails/index.vue
+++ b/src/views/project/donationdetails/index.vue
@@ -2352,8 +2352,7 @@
infoid: null
},
affirmform: {
- infoid: null,
- organdecision: []
+ infoid: null
},
ethicform: {
infoid: null
@@ -3035,6 +3034,11 @@
console.log(this.form.workflow);
console.log(this.actives);
if (this.form.workflow == this.actives) {
+ if (this.actives <= 6) {
+ this.actives++;
+ } else {
+ console.log("宸插埌杈炬渶澶у��");
+ }
if (this.form.workflow <= 6) {
} else {
this.form.workflow++;
--
Gitblit v1.9.3