diff --git a/src/views/Home/homePanelsLayoutPage/item_gongshui.js b/src/views/Home/homePanelsLayoutPage/item_gongshui.js index acd403ea0..335a2ace3 100644 --- a/src/views/Home/homePanelsLayoutPage/item_gongshui.js +++ b/src/views/Home/homePanelsLayoutPage/item_gongshui.js @@ -51,8 +51,8 @@ const Page = () => {
{data1.q}
-
{data1.resMonthEcoFlow.month||'-'}月核定流量:
-
{data1.resMonthEcoFlow.value}
+
{data1?.resMonthEcoFlow?.month||'-'}月核定流量:
+
{data1?.resMonthEcoFlow?.value}