【BUG】点击下一步,重新计算费用
This commit is contained in:
@@ -76,18 +76,6 @@
|
||||
</div>
|
||||
</a-col>
|
||||
</a-row>
|
||||
|
||||
<!--<a-row :gutter="24" class="flex-col">-->
|
||||
<!-- <a-col :span="12" v-for="(item,index) in currentMeetingInfo.hotelContactsList"-->
|
||||
<!-- :key="index">-->
|
||||
<!-- <label class="label" v-if="index === 0">酒店联系人及手机号:</label>-->
|
||||
<!-- <span class="mul-row-content">-->
|
||||
<!-- <span-->
|
||||
<!-- class=""-->
|
||||
<!-- >{{ item.hotelContacts }} {{ item.hotelContacts ? ':' : '' }} {{ item.hotelContactsPhone + ' ' }}</span>-->
|
||||
<!-- </span>-->
|
||||
<!-- </a-col>-->
|
||||
<!--</a-row>-->
|
||||
<a-row :gutter="24">
|
||||
<a-col :span="12">
|
||||
<label>召开时间:</label>
|
||||
@@ -983,6 +971,9 @@ export default {
|
||||
default :
|
||||
this.guestType = null
|
||||
}
|
||||
if (this.isWasic) {
|
||||
this.calcMeetingCostSum()
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user