Commit 8c496af2 authored by huangyuanyuan's avatar huangyuanyuan

修改状态

parent 154aea2b
...@@ -1704,6 +1704,7 @@ export default { ...@@ -1704,6 +1704,7 @@ export default {
}else{ }else{
this.BranchStatus=true; this.BranchStatus=true;
} }
this.msg.OutBranchId=BranchStatus;
let data = res.data.data.pmodel.pageData; let data = res.data.data.pmodel.pageData;
// res.data.data.TotalRevenue // res.data.data.TotalRevenue
this.total = res.data.data.pmodel.count; this.total = res.data.data.pmodel.count;
......
...@@ -1053,6 +1053,7 @@ export default { ...@@ -1053,6 +1053,7 @@ export default {
}else{ }else{
this.BranchStatus=true; this.BranchStatus=true;
} }
this.msg.BranchId=BranchStatus;
let data = res.data.data let data = res.data.data
data.sharelist.forEach((x, i) => { data.sharelist.forEach((x, i) => {
this.monthList[i].value = x.Money this.monthList[i].value = x.Money
......
...@@ -660,6 +660,7 @@ export default { ...@@ -660,6 +660,7 @@ export default {
}else{ }else{
this.BranchStatus=true; this.BranchStatus=true;
} }
this.msg.OutBranchId=BranchStatus;
this.DataList = res.data.data.RObj; this.DataList = res.data.data.RObj;
this.columns = [ this.columns = [
// 团队编号、团号 点击跳转团控列表 // 团队编号、团号 点击跳转团控列表
......
...@@ -2090,6 +2090,7 @@ export default { ...@@ -2090,6 +2090,7 @@ export default {
}else{ }else{
this.BranchStatus=true; this.BranchStatus=true;
} }
this.msg.OutBranchId=BranchStatus;
//console.log( res.data.data); //console.log( res.data.data);
let data = res.data.data.pmodel.pageData; let data = res.data.data.pmodel.pageData;
// res.data.data.TotalRevenue // res.data.data.TotalRevenue
......
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