From 5942f847a1e6fae63564e5bae4caf1e1578f6621 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 27 Dec 2024 10:41:49 +0800 Subject: [PATCH] fix: close create model dialog cancel loading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1050889 --user=刘瑞斌 【模型管理】上一个模型的添加中状态会影响后面添加的模型 https://www.tapd.cn/57709429/s/1637704 --- ui/src/views/template/component/CreateModelDialog.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/views/template/component/CreateModelDialog.vue b/ui/src/views/template/component/CreateModelDialog.vue index a3bea5a74..4f19e403e 100644 --- a/ui/src/views/template/component/CreateModelDialog.vue +++ b/ui/src/views/template/component/CreateModelDialog.vue @@ -353,6 +353,7 @@ const close = () => { credential_form_data.value = {} model_form_field.value = [] base_model_list.value = [] + loading.value = false dialogVisible.value = false } const submit = () => {