【update】-删除 - 国际研讨会-WASIC-课题名称改变的回调方法

This commit is contained in:
fengchenchen
2023-10-24 17:57:16 +08:00
parent 8d18263778
commit 77c36cb2b6
@@ -55,7 +55,6 @@
:options="linkTopicsOptionArr"
type="checkbox"
class="meeting-form-multi-select"
@change="changeChoiceTopic"
:disabled="model.inAccount === 1"
>
</j-multi-select-tag>
@@ -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}})
},
/*
* 改变身份
* */