From 77c36cb2b68ed1984ace112e8b14a24c2e41ec5c Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 24 Oct 2023 17:57:16 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90update=E3=80=91-=E5=88=A0=E9=99=A4=20-?= =?UTF-8?q?=20=E5=9B=BD=E9=99=85=E7=A0=94=E8=AE=A8=E4=BC=9A-WASIC-?= =?UTF-8?q?=E8=AF=BE=E9=A2=98=E5=90=8D=E7=A7=B0=E6=94=B9=E5=8F=98=E7=9A=84?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../incomePayments/meetManage/SignUpInfoEdit.vue | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue index 4410fac..07ec7ac 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue @@ -55,7 +55,6 @@ :options="linkTopicsOptionArr" type="checkbox" class="meeting-form-multi-select" - @change="changeChoiceTopic" :disabled="model.inAccount === 1" > @@ -502,21 +501,6 @@ export default { handleCancel() { this.$router.go(-1) }, - // 国际研讨会-WASIC-改变选择的主题值 - changeChoiceTopic(e) { - console.log('e------', e) - // let choiceTopicArr = (e || '').split(',') - // choiceTopicArr = choiceTopicArr.filter(item => item && item !== (LinkTopicsEnums.free.index + '')) - // let meetingCostSum = 0 - // console.log('choiceTopicArr------', choiceTopicArr) - // if(choiceTopicArr.length > 2) { - // meetingCostSum = this.currentMeetingInfo.meetingCostsThreeTopic - // } else { - // meetingCostSum = this.currentMeetingInfo.meetingCostsTwoTopic - // } - // 改变组件内的待收金额 - // this.$refs.formother && this.$refs.formother.changeReceivableAmountParent({target: {value: meetingCostSum}}) - }, /* * 改变身份 * */