发出承诺滑轮划不动bug修复
parent
7026a748d8
commit
249e8fecac
|
@ -60,6 +60,7 @@ export default {
|
||||||
currentPage: this.currentPage,
|
currentPage: this.currentPage,
|
||||||
})
|
})
|
||||||
this.list = [...this.list, ...resData.varList]
|
this.list = [...this.list, ...resData.varList]
|
||||||
|
this.totalPage = resData.page.totalPage
|
||||||
},
|
},
|
||||||
async fnGetReceivePromiseList() {
|
async fnGetReceivePromiseList() {
|
||||||
let resData = await getReceivePromiseList({
|
let resData = await getReceivePromiseList({
|
||||||
|
|
Loading…
Reference in New Issue