This commit is contained in:
wangdan-fit2cloud 2024-01-23 16:49:53 +08:00
parent 1e3c29aed9
commit fee8131262

View File

@ -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