Commit cfa733db authored by liqin's avatar liqin 💬

bug fixed

parent d8f1f387
......@@ -351,7 +351,7 @@
getSearchQuery() {
let _this = this;
let searchObj = {
"_index": (_this.page.currentPage - 1) * _this.page.pageSize,
"_index": _this.page.currentPage
"_size": _this.page.pageSize
};
for (let key in _this.form) {
......
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