Commit cd59b441 authored by zhengke's avatar zhengke

修改

parent 770034b8
......@@ -694,7 +694,7 @@
<div class="TPright" style="float:left;">
<span>团期标签</span>
<span>
<el-checkbox-group v-model="priceData.PriceTagList">
<el-checkbox-group v-model="priceData.PriceTagIds">
<el-checkbox v-for="team in teamTips" :label="team.ID"
:key="team.Content">{{team.Content}}</el-checkbox>
</el-checkbox-group>
......@@ -811,7 +811,6 @@
},
//点击选中日历日期
clickedDay(item) {
console.log(item,'item');
this.chooseDay = this.getDayStr(item.day);
switch (item.checkState) {
case this.$calendarUtils.checkState.hasValue:
......@@ -884,7 +883,7 @@
LowNum: 2,
TeamType:1,
//选中团期标签
PriceTagList:[],
PriceTagIds:[],
PriceFlight: JSON.parse(
JSON.stringify(this.PostConfig.FlightList)
)
......@@ -1418,9 +1417,6 @@
},err => {}
);
},
getCkedTips(item){
console.log(item,'itemmmmmmm');
},
},created(){
localStorage.removeItem('queryFlightAirMsg');
if(this.TeamType==1){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment