From 6065429c25cc0ac667421d4f880441db2cbc4f51 Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Wed, 22 May 2024 17:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E5=B7=A6=E4=B8=8B=E8=A7=92?= =?UTF-8?q?=E7=A9=BA=E7=99=BD=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/screen/sharePlatform.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/screen/sharePlatform.vue b/src/views/screen/sharePlatform.vue index 60afab8..4a09492 100644 --- a/src/views/screen/sharePlatform.vue +++ b/src/views/screen/sharePlatform.vue @@ -452,6 +452,9 @@ const iniTapiMaDevInfoCompanyList = async () => { // console.log("pie3DList", pie3DList.list) } catch (error) { console.log(error) + pie3DList.list = [ + ['暂无数据', 0] + ] } }