mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
perf: 优化迁移文档过滤知识库选项
This commit is contained in:
parent
7a08f036e9
commit
1e67f39ce1
|
|
@ -99,7 +99,7 @@ const submitHandle = () => {
|
|||
|
||||
function getDataset() {
|
||||
dataset.asyncGetAllDataset(loading).then((res: any) => {
|
||||
datasetList.value = res.data
|
||||
datasetList.value = res.data?.filter((v: any) => v.id !== id)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue