提交 0270700f 编写于 作者: chengxiang.li's avatar chengxiang.li

debug

上级 eefd9ef5
...@@ -216,6 +216,7 @@ ...@@ -216,6 +216,7 @@
pageSize: 30, pageSize: 30,
}; };
goToSearch(params).then(res => { goToSearch(params).then(res => {
console.log('that.searchInput ^^^^^^^^^^^^^^ ', that.searchInput)
console.log('>>>>>>*********** search: ', res) console.log('>>>>>>*********** search: ', res)
if(res.code == '000000'){ if(res.code == '000000'){
that.totalPageNum = Math.ceil(res.data.total/that.pageSize); // 总页数 that.totalPageNum = Math.ceil(res.data.total/that.pageSize); // 总页数
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册