52659 标准合规评估-添加标准的时候 分页有问题选的50条 但明显不够50

This commit is contained in:
宋伟佳
2022-04-22 17:00:18 +08:00
parent f7a8ffd439
commit 6ccbd06e2e
@@ -1220,7 +1220,7 @@ export default {
this.tableLoading = true; this.tableLoading = true;
this.$http.get("sarStandardsInfo/sar-standards-info/getSarStandardsInfoPageByWk1", { this.$http.get("sarStandardsInfo/sar-standards-info/getSarStandardsInfoPageByWk1", {
page: this.page, page: this.page,
size: this.pageSize, pageSize: this.pageSize,
...this.standardSearch ...this.standardSearch
}, { }, {
_this: this _this: this