From a10dd093e41d4033b7f551726528bf51eb0cab2f Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:14:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=99=AE=E9=80=9A=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=87=8D=E8=AF=95=E6=8C=89=E9=92=AE=E4=B8=8D=E7=94=9F=E6=95=88?= =?UTF-8?q?=20(#332)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/document/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/src/views/document/index.vue b/ui/src/views/document/index.vue index 65a5f2cc..8e5a5a4b 100644 --- a/ui/src/views/document/index.vue +++ b/ui/src/views/document/index.vue @@ -371,9 +371,9 @@ function refreshDocument(row: any) { .catch(() => {}) } } else { - // documentApi.putDocumentRefresh(row.dataset_id, row.id).then((res) => { - // getList() - // }) + documentApi.putDocumentRefresh(row.dataset_id, row.id).then((res) => { + getList() + }) } }