mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 【知识库】当文档为空时,关联分段错误修复 (#124)
This commit is contained in:
parent
9cd15a8894
commit
5b7ae292ec
|
|
@ -157,7 +157,7 @@ function associationClick(item: any) {
|
|||
function searchHandle() {
|
||||
paginationConfig.current_page = 1
|
||||
paragraphList.value = []
|
||||
getParagraphList(currentDocument.value)
|
||||
currentDocument.value && getParagraphList(currentDocument.value)
|
||||
}
|
||||
|
||||
function clickDocumentHandle(item: any) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue