52659 标准合规评估-添加标准的时候 分页有问题选的50条 但明显不够50
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user