From e0eed9c89aebd5a7c4f8b0cd302875d62eb0f40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Mon, 13 Jan 2025 19:38:01 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B7=B3=E8=BD=AC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/processDefinition/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/workflow/processDefinition/index.vue b/src/views/workflow/processDefinition/index.vue index 38ba903..de55192 100644 --- a/src/views/workflow/processDefinition/index.vue +++ b/src/views/workflow/processDefinition/index.vue @@ -358,6 +358,7 @@ const handlePublish = async (row?: FlowDefinitionVo) => { loading.value = true; await publish(row.id).finally(() => (loading.value = false)); processDefinitionDialog.visible = false; + activeName.value = "0" await handleQuery(); proxy?.$modal.msgSuccess('发布成功'); }; @@ -404,6 +405,7 @@ const handlerImportDefinition = (data: UploadRequestOptions): XMLHttpRequest => .then(() => { uploadDialog.visible = false; proxy?.$modal.msgSuccess('部署成功'); + activeName.value = "1" handleQuery(); }) .finally(() => {