Commit a794ce26 authored by 黄奎's avatar 黄奎

团控列表查询调整

parent 83dabc4b
......@@ -1556,7 +1556,7 @@
ApplyMaxNum: "",
DayNum: "",
OnlyShowOverTeam: false,
TCState: [1, 2, 3, 4], //去掉默认显示
TCState: [1, 3], //去掉默认显示
GroupState: [],
SalePlat: [],
UnionCityId: 0,
......@@ -1869,7 +1869,7 @@
cmdStr = "travel_post_SetTCStartDate";
tipMsg = this.$t('objFill.v101.shifouxiiug') + "【" + this.CopyTripAndFeatureMsg.CurrentTCNUM + "】" + this.$t(
'objFill.v101.dictriqiwei') + this.CopyTripAndFeatureMsg.StartDate;
tipMsg+=",变更日期后,请重新同步酒店信息。";
tipMsg += ",变更日期后,请重新同步酒店信息。";
}
that.Confirm(tipMsg, function () {
that.saveLoading = true;
......@@ -2894,9 +2894,9 @@
this.queryMsg.OutBranchIds.push(userInfo.RB_Branch_id);
}
//默认查询全部团队状态
this.$tripUtils.TeamStatesList.TeamStates.forEach(states => {
this.queryMsg.TCState.push(states.Id);
})
// this.$tripUtils.TeamStatesList.TeamStates.forEach(states => {
// this.queryMsg.TCState.push(states.Id);
// })
this.getTravelTeamList();
this.getControlList();
}
......
......@@ -1244,7 +1244,7 @@
ApplyMaxNum: '',
DayNum: '',
OnlyShowOverTeam: false,
TCState: [1, 2, 3, 4], //去掉默认显示
TCState: [1,3], //去掉默认显示
GroupState: [],
SalePlat: [],
UnionCityId: 0,
......
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