From fee8131262404872cd77b2cf0b70fca36aefca55 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 23 Jan 2024 16:49:53 +0800 Subject: [PATCH] feat: --- ui/src/views/log/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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