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] + ] } }