fix: 【知识库】当文档为空时,关联分段错误修复 (#124)
This commit is contained in:
parent
9cd15a8894
commit
5b7ae292ec
@ -157,7 +157,7 @@ function associationClick(item: any) {
|
|||||||
function searchHandle() {
|
function searchHandle() {
|
||||||
paginationConfig.current_page = 1
|
paginationConfig.current_page = 1
|
||||||
paragraphList.value = []
|
paragraphList.value = []
|
||||||
getParagraphList(currentDocument.value)
|
currentDocument.value && getParagraphList(currentDocument.value)
|
||||||
}
|
}
|
||||||
|
|
||||||
function clickDocumentHandle(item: any) {
|
function clickDocumentHandle(item: any) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user