【update】WASIC-增加清空会议信息按钮

This commit is contained in:
fengchenchen
2023-11-03 11:57:42 +08:00
parent fdb361a31d
commit aca973dc74
@@ -96,6 +96,7 @@
</div>
</div>
</a-checkbox-group>
<a-button @click="cancelChoiceTopic">清空会议信息</a-button>
</a-form-item>
</a-col>
</a-row>
@@ -360,6 +361,14 @@ export default {
this.form.validateFields(['choiceTopic'])
})
},
// 取消会议名称的选中
cancelChoiceTopic() {
this.form.setFieldsValue({
choiceTopic: [],
radioKey: undefined,
radioKeyTwo: undefined,
})
},
// 获取国际研讨会-能选择课题的数据字典数据
getLinkTopicsOptionArr(meetingId) {
getLinkTopics({id: meetingId}).then(res =>{