From 5b7ae292ec1de526353dc4bb1dab1f90c1ecb828 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Tue, 16 Apr 2024 18:44:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E7=9F=A5=E8=AF=86=E5=BA=93?= =?UTF-8?q?=E3=80=91=E5=BD=93=E6=96=87=E6=A1=A3=E4=B8=BA=E7=A9=BA=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=85=B3=E8=81=94=E5=88=86=E6=AE=B5=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20(#124)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/problem/component/RelateProblemDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/problem/component/RelateProblemDialog.vue b/ui/src/views/problem/component/RelateProblemDialog.vue index 0ac461bbb2d..61b903d0525 100644 --- a/ui/src/views/problem/component/RelateProblemDialog.vue +++ b/ui/src/views/problem/component/RelateProblemDialog.vue @@ -157,7 +157,7 @@ function associationClick(item: any) { function searchHandle() { paginationConfig.current_page = 1 paragraphList.value = [] - getParagraphList(currentDocument.value) + currentDocument.value && getParagraphList(currentDocument.value) } function clickDocumentHandle(item: any) {