From 8d24a18e8114b43a5996c0b32a4b9d13f9f99b73 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 25 Mar 2024 18:14:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E7=AB=AF=E9=85=8D=E7=BD=AE=E6=B2=A1=E6=9C=89=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E7=82=B9=E5=87=BB=E4=BF=9D=E5=AD=98=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/dashboard/MobileConfigPanel.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue index 7c71933744..881f2e5015 100644 --- a/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue +++ b/core/core-frontend/src/views/dashboard/MobileConfigPanel.vue @@ -113,6 +113,11 @@ const saveCanvasWithCheckFromMobile = () => { } let canvasDataPreview = [] const loadCanvasData = () => { + if (!dvInfo.value?.id) { + handleLoad() + mobileLoading.value = false + return + } findById(dvInfo.value.id, 'dashboard') .then(res => { const canvasInfo = res.data