【update】-删除 - 国际研讨会-WASIC-课题名称改变的回调方法
This commit is contained in:
@@ -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}})
|
||||
},
|
||||
/*
|
||||
* 改变身份
|
||||
* */
|
||||
|
||||
Reference in New Issue
Block a user