取消限制
parent
abe76cdd32
commit
a016a21f55
|
@ -84,8 +84,7 @@ export default {
|
||||||
showCount: this.pageSize,
|
showCount: this.pageSize,
|
||||||
currentPage: this.currentPage,
|
currentPage: this.currentPage,
|
||||||
CORPINFO_ID: this.CORPINFO_ID,
|
CORPINFO_ID: this.CORPINFO_ID,
|
||||||
UserId: this.userInfo.USER_ID,
|
UserId: this.userInfo.USER_ID
|
||||||
STATE:'1'
|
|
||||||
});
|
});
|
||||||
this.list = [...this.list,...resData.varList];
|
this.list = [...this.list,...resData.varList];
|
||||||
this.totalPage = resData.page.totalPage;
|
this.totalPage = resData.page.totalPage;
|
||||||
|
|
Loading…
Reference in New Issue