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
daaab3a641
commit
978bb7f64e
|
|
@ -127,7 +127,7 @@ function disassociation(item: any) {
|
|||
}
|
||||
|
||||
function relateProblem() {
|
||||
RelateProblemDialogRef.value.open(props.currentId)
|
||||
RelateProblemDialogRef.value.open([props.currentId])
|
||||
}
|
||||
|
||||
function editParagraph(row: any) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue