Commit dbee8aa0 authored by liudong1993's avatar liudong1993

1

parent 4f03d2a7
...@@ -3535,7 +3535,9 @@ export default { ...@@ -3535,7 +3535,9 @@ export default {
let BranchStatus=res.data.data.IsBranchButton; let BranchStatus=res.data.data.IsBranchButton;
if(BranchStatus==-2){ if(BranchStatus==-2){
BranchStatus = -1; BranchStatus = -1;
this.shujuType = true; if(this.userId!=380){
this.shujuType = true;
}
this.apipost("line_post_GetList", {}, res => { this.apipost("line_post_GetList", {}, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.LineList = res.data.data; this.LineList = res.data.data;
......
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