From 97aed1ced5a05c708499a2f79b2999681fd6e2f2 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Sun, 5 Nov 2023 10:36:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/incomePayments/meetManage/SignUpInfoEdit.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue index eefe4c6..ece5d07 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue @@ -581,10 +581,12 @@ export default { //11月27日 单选会议的处理 if(submitData.radioKey) { choiceTopicArr.push(submitData.radioKey) + delete submitData.radioKey } //11月28日 单选会议的处理 if(submitData.radioKeyTwo) { choiceTopicArr.push(submitData.radioKeyTwo) + delete submitData.radioKeyTwo } submitData.choiceTopic = choiceTopicArr.join(',') }