feat:
This commit is contained in:
parent
1e3c29aed9
commit
fee8131262
@ -231,7 +231,7 @@ function getList() {
|
|||||||
history_day: history_day.value
|
history_day: history_day.value
|
||||||
}
|
}
|
||||||
if (search.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) => {
|
return logApi.getChatLog(id as string, paginationConfig, obj, loading).then((res) => {
|
||||||
tableData.value = res.data.records
|
tableData.value = res.data.records
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user