Commit 875e6db4 authored by liqin's avatar liqin 💬

bug fixed

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