【update】WASIC-增加清空会议信息按钮
This commit is contained in:
@@ -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 =>{
|
||||
|
||||
Reference in New Issue
Block a user