|
@@ -58,7 +58,7 @@ export default {
|
|
|
}
|
|
|
} else {
|
|
|
const res = await this.query({ code: this.user.code });
|
|
|
- const resTwo = await this.exportuserQuery({ skip, limit, code: this.user.code });
|
|
|
+ const resTwo = await this.exportuserQuery({ code: this.user.code });
|
|
|
var newData = res.data.concat(resTwo.data);
|
|
|
if (this.$checkRes(newData)) {
|
|
|
var arr = newData.filter(item => item.pid == undefined && item.status != '3');
|