Commit bcb4b99d authored by zhengke's avatar zhengke

修改

parent 2bf99a64
...@@ -452,7 +452,6 @@ ...@@ -452,7 +452,6 @@
this.loading = true this.loading = true
this.apipost('admin_get_BranchGetPageList', this.msg, res => { this.apipost('admin_get_BranchGetPageList', this.msg, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
console.log(res,'ressssss');
this.DataList = res.data.data.pageData; this.DataList = res.data.data.pageData;
this.total = res.data.data.count; this.total = res.data.data.count;
this.loading = false this.loading = false
......
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