|
@@ -511,10 +511,7 @@ const initFormData = () => {
|
|
|
if (!formData.active2) {
|
|
|
formData.active2 = []
|
|
|
}
|
|
|
- const isactive2 = subData.active2 === '是'
|
|
|
- const isactive3 = subData.active3 === '是'
|
|
|
- const isactive7 = subData.active7 === '是'
|
|
|
- if(!isactive2 && !isactive3 && !isactive7 ) selectunde.value = true;
|
|
|
+ if(!activitiesAttended.value.length) selectunde.value = true;
|
|
|
for (let i = 0; i < keys.length; i++) {
|
|
|
const key = keys[i];
|
|
|
if (key === 'photo') {
|