From 49c2d7af927b70d6166fec03d36902a489db3bc1 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 27 May 2024 14:57:01 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=9F=A5=E8=AF=86=E5=BA=93=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E5=90=91=E9=87=8F=E5=8C=96=E4=BC=98=E5=8C=96=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/dataset/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/views/dataset/index.vue b/ui/src/views/dataset/index.vue index 6ed509079..478c5a3ee 100644 --- a/ui/src/views/dataset/index.vue +++ b/ui/src/views/dataset/index.vue @@ -130,7 +130,9 @@ function refresh() { } function reEmbeddingDataset(row: any) { - datasetApi.putReEmbeddingDataset(row.id).then(() => {}) + datasetApi.putReEmbeddingDataset(row.id).then(() => { + MsgSuccess('提亀成功') + }) } function syncDataset(row: any) {