diff --git a/ui/src/views/problem/component/DetailProblemDrawer.vue b/ui/src/views/problem/component/DetailProblemDrawer.vue index 51ac4dbd2..b3aa32d22 100644 --- a/ui/src/views/problem/component/DetailProblemDrawer.vue +++ b/ui/src/views/problem/component/DetailProblemDrawer.vue @@ -127,7 +127,7 @@ function disassociation(item: any) { } function relateProblem() { - RelateProblemDialogRef.value.open(props.currentId) + RelateProblemDialogRef.value.open([props.currentId]) } function editParagraph(row: any) {