Commit 2e353c3f authored by zhengke's avatar zhengke

修改默认查询条件

parent 91834b81
......@@ -652,7 +652,7 @@
//团期全选
checkGroupALL: false,
//销售平台全选
checkPlatForm: false,
checkPlatForm: true,
//团队状态全选
checkTCStateAll: false,
//是否显示弹出框
......@@ -718,8 +718,8 @@
DayNum: '',
OnlyShowOverTeam: false,
TCState: [3], //去掉默认显示
GroupState: [],
SalePlat: [],
GroupState: [1],
SalePlat: [1,2,3,4,5],
UnionCityId: 0,
SaleBranchId: [],
total: 0,
......@@ -734,7 +734,7 @@
RateOnDay: '-1',
RateOn: '-1',
TeamType: 2, //一日游的团
IsShowUnion: -1,
IsShowUnion: 0,
TCID: '',
},
remarkMsg: {
......@@ -1489,9 +1489,8 @@
},
created () {
this.GetLookAllTeamAuth();
this.checkAllTeam();
//默认显示联运
this.queryMsg.IsShowUnion = -1;
this.queryMsg.IsShowUnion = 0;
let userInfo = this.getLocalStorage()
this.CurrentUserInfo = userInfo
......
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