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 (