【BUG】点击下一步,重新计算费用

This commit is contained in:
fengchenchen
2023-11-02 18:24:55 +08:00
parent cd7a8844d2
commit aa43335e8f
+3 -12
View File
@@ -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()
}
}
})