Commit 421d923a authored by “yiyousong”'s avatar “yiyousong”
parents 6f3df072 880ccaac
...@@ -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