11
This commit is contained in:
@@ -170,7 +170,8 @@
|
|||||||
url: this.$http.adornUrl('/book/transactiondetails/getTransactionList'),
|
url: this.$http.adornUrl('/book/transactiondetails/getTransactionList'),
|
||||||
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
method: "POST", // POST、GET、PUT、DELETE,具体说明查看官方文档
|
||||||
data: {
|
data: {
|
||||||
'page': 1,
|
'page': this.pageIndex,
|
||||||
|
|
||||||
'limit': this.pageSize,
|
'limit': this.pageSize,
|
||||||
|
|
||||||
'userId': this.query.id
|
'userId': this.query.id
|
||||||
|
|||||||
Reference in New Issue
Block a user