diff --git a/src/views/floodSys/floodOneMap/tabRightPS.vue b/src/views/floodSys/floodOneMap/tabRightPS.vue index 7dd3e01..1982217 100644 --- a/src/views/floodSys/floodOneMap/tabRightPS.vue +++ b/src/views/floodSys/floodOneMap/tabRightPS.vue @@ -131,7 +131,7 @@ const getPipePointStatis = async () => { let res = await pipePointStatistics(); if (res && res.code == 200) { - allData.jcjObj = res.data; + allData.jcjObj = res.data || {}; } }; //获取厂站统计