Commit cd59b441 authored by zhengke's avatar zhengke

修改

parent 770034b8
...@@ -694,7 +694,7 @@ ...@@ -694,7 +694,7 @@
<div class="TPright" style="float:left;"> <div class="TPright" style="float:left;">
<span>团期标签</span> <span>团期标签</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" <el-checkbox v-for="team in teamTips" :label="team.ID"
:key="team.Content">{{team.Content}}</el-checkbox> :key="team.Content">{{team.Content}}</el-checkbox>
</el-checkbox-group> </el-checkbox-group>
...@@ -811,7 +811,6 @@ ...@@ -811,7 +811,6 @@
}, },
//点击选中日历日期 //点击选中日历日期
clickedDay(item) { clickedDay(item) {
console.log(item,'item');
this.chooseDay = this.getDayStr(item.day); this.chooseDay = this.getDayStr(item.day);
switch (item.checkState) { switch (item.checkState) {
case this.$calendarUtils.checkState.hasValue: case this.$calendarUtils.checkState.hasValue:
...@@ -884,7 +883,7 @@ ...@@ -884,7 +883,7 @@
LowNum: 2, LowNum: 2,
TeamType:1, TeamType:1,
//选中团期标签 //选中团期标签
PriceTagList:[], PriceTagIds:[],
PriceFlight: JSON.parse( PriceFlight: JSON.parse(
JSON.stringify(this.PostConfig.FlightList) JSON.stringify(this.PostConfig.FlightList)
) )
...@@ -1418,9 +1417,6 @@ ...@@ -1418,9 +1417,6 @@
},err => {} },err => {}
); );
}, },
getCkedTips(item){
console.log(item,'itemmmmmmm');
},
},created(){ },created(){
localStorage.removeItem('queryFlightAirMsg'); localStorage.removeItem('queryFlightAirMsg');
if(this.TeamType==1){ 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