From 5f0d0cfcc57c30efabf78169e4f75ffcf56d96d9 Mon Sep 17 00:00:00 2001 From: lishenfeng Date: Thu, 10 Apr 2025 17:59:34 +0800 Subject: [PATCH] =?UTF-8?q?fix():=20=E5=B9=B4=E5=BA=A6=E4=BD=8D=E7=A7=BB?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E8=A1=A8=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/gcaqjc/sjtjcx/ndwytjb/index.js | 2 +- src/views/rcgl/wxyh/form.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 (