mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修复批量导入文档问题
This commit is contained in:
parent
d3a14ec727
commit
83c7b16d25
|
|
@ -143,6 +143,7 @@ const open = (row: any, list: Array<string>) => {
|
|||
documentList.value = list
|
||||
} else {
|
||||
// 导入
|
||||
documentType.value = '1'
|
||||
isImport.value = true
|
||||
}
|
||||
dialogVisible.value = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue