From 978bb7f64e3c44be86c7921fe3d15a00d6c55bf5 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 25 Sep 2024 11:17:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=85=B3=E8=81=94?= =?UTF-8?q?=E5=88=86=E6=AE=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/problem/component/DetailProblemDrawer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {