1111
This commit is contained in:
@@ -62,9 +62,13 @@
|
|||||||
queryList(pageNo, pageSize) {
|
queryList(pageNo, pageSize) {
|
||||||
let _this = this
|
let _this = this
|
||||||
_this.$api.cardList({
|
_this.$api.cardList({
|
||||||
'customerSid': getApp().globalData.sid
|
"current": pageNo,
|
||||||
|
"size": pageSize,
|
||||||
|
"params": {
|
||||||
|
"customerSid": getApp().globalData.sid
|
||||||
|
}
|
||||||
}).then((resp) => {
|
}).then((resp) => {
|
||||||
this.$refs.paging.complete(resp)
|
this.$refs.paging.complete(resp.records)
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
_this.$refs.paging.complete(false);
|
_this.$refs.paging.complete(false);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user