Commit 84cc7bc4 authored by 我在何方's avatar 我在何方

收款单收款账户分页

parent 0ee7aeed
......@@ -957,8 +957,8 @@ export default {
setTimeout(() => {
getBankAccountPage(this.codePage).then(res => {
this.codeLoading = false
this.pages = res.data.pages
this.bankData = this.bankData.concat(res.data.list)
this.pages = (res.data.total/this.codePage.pageSize)+1
})
}, 200)
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment