Commit 7cb48eee authored by 黄奎's avatar 黄奎

页面修改

parent 80fc7bd2
...@@ -573,8 +573,9 @@ ...@@ -573,8 +573,9 @@
); );
}, },
getBranchList() { getBranchList() {
let UserInfo = this.getLocalStorage();
this.apipost('admin_get_BranchGetList', { this.apipost('admin_get_BranchGetList', {
RB_Group_Id: '2', RB_Group_Id: UserInfo.RB_Group_id,
Status: 0, Status: 0,
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
......
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