协议分页

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'), url: this.$http.adornUrl('/sys/agreement/list'),
method: 'get', method: 'get',
params: this.$http.adornParams({ params: this.$http.adornParams({
// 'page': this.pageIndex, 'page': this.pageIndex,
// 'limit': this.pageSize, 'limit': this.pageSize,
// 'key': this.dataForm.key, // 'key': this.dataForm.key,
// 'currentState': this.couponActiveName // 'currentState': this.couponActiveName
}) })