liyongli 1 hete
szülő
commit
7a86788c3e

+ 5 - 1
src/view/fenghui/form.vue

@@ -457,7 +457,11 @@ let loading = false
 const onSubmit = () => {
     if (loading) return
     loading = true
-    const activity = {}
+    const activity = {
+        active1: '否',
+        active2: '否',
+        active3: '否'
+    }
     activitiesAttended.value.forEach((item, index) => {
         activity[`active${index + 1}`] = '是'
     })

+ 5 - 1
src/view/fenghui/form1.vue

@@ -443,7 +443,11 @@ const onSubmit = () => {
     if (loading) return
     console.log('0')
     loading = true
-    const activity = {}
+    const activity = {
+        active1: '否',
+        active2: '否',
+        active3: '否'
+    }
     activitiesAttended.value.forEach((item, index) => {
         activity[`active${index + 1}`] = '是' 
     })

+ 5 - 1
src/view/fenghui/form1Recurrence.vue

@@ -497,7 +497,11 @@ let loading = false
 const onSubmit = () => {
     if (loading) return
     loading = true
-    const activity = {}
+    const activity = {
+        active1: '否',
+        active2: '否',
+        active3: '否'
+    }
     activitiesAttended.value.forEach((item, index) => {
         activity[`active${index + 1}`] = '是'
     })

+ 5 - 1
src/view/fenghui/formRecurrence.vue

@@ -509,7 +509,11 @@ let loading = false
 const onSubmit = () => {
     if (loading) return
     loading = true
-    const activity = {}
+    const activity = {
+        active1: '否',
+        active2: '否',
+        active3: '否'
+    }
     activitiesAttended.value.forEach((item, index) => {
         activity[`active${index + 1}`] = '是'
     })