fix
This commit is contained in:
parent
3e38b02261
commit
34be207677
1 changed files with 1 additions and 3 deletions
|
|
@ -133,9 +133,7 @@ async function fetchList() {
|
|||
page: formQuery.page,
|
||||
pageSize: formQuery.pageSize,
|
||||
kpiPeriodId: store.formQuery.round,
|
||||
keyword: store.formQuery.keyword
|
||||
? store.formQuery.keyword.replace(/\s+/g, "")
|
||||
: store.formQuery.keyword,
|
||||
keyword: store.formQuery.keyword,
|
||||
};
|
||||
|
||||
await http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue