|
@@ -151,7 +151,7 @@ export default defineComponent({
|
|
|
],
|
|
|
username: '',
|
|
|
openId: null as any,
|
|
|
- participationFlag: null as any, // 是否愿意参加
|
|
|
+ participationFlag: true as any, // 是否愿意参加
|
|
|
supportFlag: null as any, // 是否支持
|
|
|
currentGrade: null as any,
|
|
|
currentClass: null as any,
|
|
@@ -283,7 +283,7 @@ export default defineComponent({
|
|
|
forms.schoolPopupIndex = data.schoolAreaId ? [data.schoolAreaId] : []
|
|
|
forms.schoolName = data.schoolName
|
|
|
forms.supportFlag = data.supportFlag
|
|
|
- forms.participationFlag = data.participationFlag
|
|
|
+ // forms.participationFlag = data.participationFlag
|
|
|
forms.areaName = data.provinceName + ' ' + data.cityName + ' ' + (data.districtName || '')
|
|
|
const gradeIdx = gradeList.find(item => item.text === data.currentGrade)?.value || 1
|
|
|
// @ts-ignore
|
|
@@ -649,7 +649,8 @@ export default defineComponent({
|
|
|
}
|
|
|
</div>
|
|
|
</div> */}
|
|
|
- <div class={styles.formItem}>
|
|
|
+
|
|
|
+ {/* <div class={styles.formItem}>
|
|
|
{
|
|
|
forms.customQuestionE ?
|
|
|
<>
|
|
@@ -674,7 +675,8 @@ export default defineComponent({
|
|
|
)
|
|
|
}
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> */}
|
|
|
+
|
|
|
{
|
|
|
forms.participationFlag &&
|
|
|
<div class={styles.formItem}>
|