协议分页

This commit is contained in:
2024-05-16 11:45:23 +08:00
parent f36f396813
commit 840e8fe762

View File

@@ -81,8 +81,8 @@
url: this.$http.adornUrl('/sys/agreement/list'),
method: 'get',
params: this.$http.adornParams({
// 'page': this.pageIndex,
// 'limit': this.pageSize,
'page': this.pageIndex,
'limit': this.pageSize,
// 'key': this.dataForm.key,
// 'currentState': this.couponActiveName
})