fix: 修复关联分段问题
parent
daaab3a641
commit
978bb7f64e
|
|
@ -127,7 +127,7 @@ function disassociation(item: any) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function relateProblem() {
|
function relateProblem() {
|
||||||
RelateProblemDialogRef.value.open(props.currentId)
|
RelateProblemDialogRef.value.open([props.currentId])
|
||||||
}
|
}
|
||||||
|
|
||||||
function editParagraph(row: any) {
|
function editParagraph(row: any) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue