perf: 优化迁移文档过滤知识库选项
parent
7a08f036e9
commit
1e67f39ce1
|
|
@ -99,7 +99,7 @@ const submitHandle = () => {
|
||||||
|
|
||||||
function getDataset() {
|
function getDataset() {
|
||||||
dataset.asyncGetAllDataset(loading).then((res: any) => {
|
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