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

This commit is contained in:
fengchenchen
2023-11-03 11:53:53 +08:00
parent aa43335e8f
commit e203646ed6
+10
View File
@@ -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()
},
/*
* 是否有邀请码
* */