Commit 682884b1 authored by 赵茹林's avatar 赵茹林

回访信息 修复分页问题

parent ac8f95e5
...@@ -282,7 +282,8 @@ ...@@ -282,7 +282,8 @@
console.log(json, 9000) console.log(json, 9000)
getCallBackApi(json).then(res => { getCallBackApi(json).then(res => {
this.list = res.page_data; this.list = res.page_data;
this.total = res.total_page this.total = res.total
// this.total = res.total_page
}) })
}, },
callbackReset() { callbackReset() {
......
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