fix: plugin增加请求参数pageSize=-1

This commit is contained in:
chenjinsong
2024-01-29 11:05:59 +08:00
parent 4441bdef10
commit 8e5f5b49cb

View File

@@ -71,7 +71,7 @@ export default {
this.searchLabel = { ...this.searchLabel, ...params } this.searchLabel = { ...this.searchLabel, ...params }
} }
// this.searchLabel = { ...this.searchLabel, ...this.pageObj } // this.searchLabel = { ...this.searchLabel, ...this.pageObj }
this.searchLabel = { ...this.searchLabel, jobGroup: 3 } this.searchLabel = { ...this.searchLabel, jobGroup: 3, pageSize: -1 }
this.isNoData = false this.isNoData = false
this.toggleLoading(true) this.toggleLoading(true)
delete this.searchLabel.total delete this.searchLabel.total