This commit is contained in:
@fawn-nine
2024-09-24 14:17:32 +08:00
parent 1132b22532
commit 3dd21d6cde

View File

@@ -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