【update】WASIC-增加清空会议信息按钮
This commit is contained in:
@@ -241,6 +241,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</a-checkbox-group>
|
||||
<a-button @click="cancelChoiceTopic">清空会议信息</a-button>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
</a-row>
|
||||
@@ -904,6 +905,15 @@ export default {
|
||||
this.form.validateFields(['choiceTopic'])
|
||||
})
|
||||
},
|
||||
// 取消会议名称的选中
|
||||
cancelChoiceTopic() {
|
||||
this.form.setFieldsValue({
|
||||
choiceTopic: [],
|
||||
radioKey: undefined,
|
||||
radioKeyTwo: undefined,
|
||||
})
|
||||
this.calcMeetingCostSum()
|
||||
},
|
||||
/*
|
||||
* 是否有邀请码
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user