Commit 846444a4 authored by 黄奎's avatar 黄奎

页面修改

parent e0baa648
......@@ -1519,8 +1519,11 @@
if (!this.$route.query.tcmun) {
this.queryMsg.StartGroupDate = nowDate
}
if (this.queryCommonData.IsParentCompany != 1&& this.LookAllTeam) {
this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id)
if (this.queryCommonData.IsParentCompany != 1) {
if(!this.LookAllTeam)
{
this.queryMsg.OutBranchIds.push(this.CurrentUserInfo.RB_Branch_id)
}
}
this.getControlList()
}
......
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