From aca973dc74803295067e94c55275c828280f1e9b Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 3 Nov 2023 11:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91WASIC-=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=B8=85=E7=A9=BA=E4=BC=9A=E8=AE=AE=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/incomePayments/meetManage/SignUpInfoEdit.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue index 0167cf5..aeb16fe 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue @@ -96,6 +96,7 @@ + 清空会议信息 @@ -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 =>{