From ec6ce7bf5edf41e33501a70fab680dca4ace8ebb Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Mon, 15 Apr 2024 14:16:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=94=E7=94=A8=E5=91=BD=E4=B8=AD?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8A=A5=E6=B2=A1=E6=9C=89=E6=9D=83=E9=99=90?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=20#65?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/paragraph/component/ProblemComponent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/paragraph/component/ProblemComponent.vue b/ui/src/views/paragraph/component/ProblemComponent.vue index cef42b4e1..6284f3285 100644 --- a/ui/src/views/paragraph/component/ProblemComponent.vue +++ b/ui/src/views/paragraph/component/ProblemComponent.vue @@ -168,7 +168,7 @@ const remoteMethod = (query: string) => { function getProblemOption(filterText?: string) { return problem .asyncGetProblem( - id as string, + props.datasetId || (id as string), { current_page: 1, page_size: 100 }, filterText && { content: filterText }, optionLoading