diff --git a/ui/src/views/log/index.vue b/ui/src/views/log/index.vue index 1c7dc65c1..68e8c904d 100644 --- a/ui/src/views/log/index.vue +++ b/ui/src/views/log/index.vue @@ -231,7 +231,7 @@ function getList() { history_day: history_day.value } if (search.value) { - obj = { ...obj, search: search.value } + obj = { ...obj, abstract: search.value } } return logApi.getChatLog(id as string, paginationConfig, obj, loading).then((res) => { tableData.value = res.data.records