.
This commit is contained in:
@@ -149,19 +149,19 @@
|
||||
this.$http({
|
||||
// url: this.$http.adornUrl('/forum/articles/list'),
|
||||
url: this.$http.adornUrl('/book/clock/getBookClocks'),
|
||||
method: 'get',
|
||||
params: this.$http.adornParams({
|
||||
'page': this.pageIndex,
|
||||
'limit': this.pageSize,
|
||||
//'key': this.dataForm.key,
|
||||
'bookId' : this.bookid
|
||||
})
|
||||
// data: {
|
||||
method: 'post',
|
||||
// params: this.$http.adornParams({
|
||||
// 'page': this.pageIndex,
|
||||
// 'limit': this.pageSize,
|
||||
// // //'key': this.dataForm.key,
|
||||
// 'bookid' : this.bookid
|
||||
// }
|
||||
// 'limit': this.pageSize,
|
||||
// //'key': this.dataForm.key,
|
||||
// 'id' : this.bookid
|
||||
// })
|
||||
data: this.$http.adornData({
|
||||
'page': this.pageIndex,
|
||||
'limit': this.pageSize,
|
||||
// //'key': this.dataForm.key,
|
||||
'id' : this.bookid
|
||||
})
|
||||
}).then(({data}) => {
|
||||
if (data && data.code === 0) {
|
||||
this.dataList = data.page.records
|
||||
|
||||
Reference in New Issue
Block a user