Commit 8d0f5726 authored by 周健威's avatar 周健威

修改公司bug allPage

parent e823953a
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
let params = this.objDeepCopy(this.listQuery);//深拷贝 let params = this.objDeepCopy(this.listQuery);//深拷贝
params.page = this.page++; params.page = this.page++;
this.send = !0; this.send = !0;
page(params) allPage(params)
.then(res => { .then(res => {
this.loading = false; this.loading = false;
let allList = []; let allList = [];
......
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