Commit 8c496af2 authored by huangyuanyuan's avatar huangyuanyuan

修改状态

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