Commit efa23452 authored by wangjinjing's avatar wangjinjing

分页bug

parent e0c5e0f8
......@@ -282,7 +282,7 @@ let vue_sjcx = new Vue({
}, onPageClicked: function (event, originalEvent, type, page) { //异步换页
//请求加载数据
setTimeout(function () {
vue_sjcx.query(1, true);
vue_sjcx.query(page, false);
}, 100);
}
......
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