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