fix (search ): 搜索的字段更改
This commit is contained in:
@@ -26,7 +26,8 @@ async function fetchSurveys(form: any) {
|
||||
page: form.page,
|
||||
per_page: form.pageSize,
|
||||
group_id: 0,
|
||||
project_name: searchValue.value
|
||||
// project_name: searchValue.value
|
||||
keyword: searchValue.value
|
||||
};
|
||||
const res = await getSurveysPage(params);
|
||||
if (res.data.code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user