diff --git a/src/views/gcaqjc/sjtjcx/ndwytjb/index.js b/src/views/gcaqjc/sjtjcx/ndwytjb/index.js index 4aa1bd03a..871477159 100644 --- a/src/views/gcaqjc/sjtjcx/ndwytjb/index.js +++ b/src/views/gcaqjc/sjtjcx/ndwytjb/index.js @@ -125,7 +125,7 @@ const Page = () => { const exportExcel = () => { let params = { ...searchVal, - stationCodes: trData.map(s => s.stationCode), + stationCodes: [trData.find(s => s.stationCode == wyObj.wy)?.stationCode], type:2, id:1 } diff --git a/src/views/rcgl/wxyh/form.js b/src/views/rcgl/wxyh/form.js index 094304dcf..8c2053630 100644 --- a/src/views/rcgl/wxyh/form.js +++ b/src/views/rcgl/wxyh/form.js @@ -244,7 +244,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => { } { - imgloading ? 文件正在上传中,请等待 : + // imgloading ? 文件正在上传中,请等待 : imgfileList.length > 0 && imgfileList.map(file => { return ( @@ -295,7 +295,7 @@ const ModalForm = ({ mode, record, onEdit, onSave, onSimilarSave }) => { } { - videoLoading ? 文件正在上传中,请等待 : + // videoLoading ? 文件正在上传中,请等待 : videoFileList.length > 0 && videoFileList.map(file => { return ( diff --git a/src/views/sq/qth/skyh/sssw.js b/src/views/sq/qth/skyh/sssw.js index 910bef067..b64238f59 100644 --- a/src/views/sq/qth/skyh/sssw.js +++ b/src/views/sq/qth/skyh/sssw.js @@ -32,7 +32,7 @@ export default function Sssw({ data }) {
数据更新时间: {detail?.createTime}
-
+
{getVal(detail?.val) ?? '-' } m³/s
溢洪流量
@@ -45,17 +45,18 @@ export default function Sssw({ data }) {
{getVal(detail?.currMonthSum) ?? '-' } 万m³
当月溢洪量
-
+ {/*
{getVal(detail?.currYearSum) ?? '-' } 万m³
当年溢洪量
-
-
+
*/} + {/*
{getVal(detail?.currYearCount) ?? '-' } 
本年溢洪次数
-
+
*/} + {/*
{getVal(detail?.currYearMaxVal) ?? '-' } 万m³
本年单次最大溢洪量
-
+
*/}