From b02471a7e48b960e46cbd230e7d4e28b5146f250 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 7 Apr 2025 19:06:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BC=98=E5=8C=96=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E5=8F=91=E5=B8=83=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/dashboard/DbToolbar.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index b2e80ac070..daf9c4378e 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -184,8 +184,7 @@ const resourceOptFinish = param => { dvInfo.value.dataState = 'ready' dvInfo.value.pid = param.pid dvInfo.value.name = param.name - dvInfo.value.status = 0 - saveCanvasWithCheck() + saveCanvasWithCheck(param.withPublish, param.status) } }