fix: 修复关联分段问题

This commit is contained in:
wangdan-fit2cloud 2024-09-25 11:17:50 +08:00
parent daaab3a641
commit 978bb7f64e

View File

@ -127,7 +127,7 @@ function disassociation(item: any) {
}
function relateProblem() {
RelateProblemDialogRef.value.open(props.currentId)
RelateProblemDialogRef.value.open([props.currentId])
}
function editParagraph(row: any) {