Commit 880ccaac authored by 姬鋆屾's avatar 姬鋆屾

推修改网络理政报表

parent 8d6114be
...@@ -256,6 +256,9 @@ export default { ...@@ -256,6 +256,9 @@ export default {
async getDataList(searchForm) { async getDataList(searchForm) {
let list = []; let list = [];
let listTotal = 0; let listTotal = 0;
this.searchForm.keyword
? ""
: (this.searchForm.keyword = this.searchForm.info);
let res = await getWLLZList({ let res = await getWLLZList({
page: this.current, page: this.current,
size: this.size, size: this.size,
......
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