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}}) - }, /* * 改变身份 * */