mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 18:32:48 +00:00
feat:
This commit is contained in:
parent
1e3c29aed9
commit
fee8131262
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue