4 Commits

  1. 2
      src/components/ImportBtn/index.jsx
  2. 3
      src/pages/DataAnalysisPrediction/ParkingIncomeAly/ArrearageAly/PlateArrear/index.jsx
  3. 7
      src/pages/InRoadMgm/EquipmentMgm/BarMgm/loadable.jsx

2
src/components/ImportBtn/index.jsx

@ -19,8 +19,8 @@ function ImportBtn(props) {
const handleUploadChange = (file, fileList, e) => {
setFileList(file.fileList)
if (file.file.status == 'done') {
setFileList(file.fileList)
if (file.file.response.status == 20000) {
setMsg(file.file.response?.message)
} else {

3
src/pages/DataAnalysisPrediction/ParkingIncomeAly/ArrearageAly/PlateArrear/index.jsx

@ -310,7 +310,8 @@ const ModalDetail = (props) => {
dataSource={resultData?.list || []}
columns={tableColumns}
pagination={false}
scroll={{y: 500}}
// scroll={{y: 500}}
scroll={{y: 'calc(100% - 50px)'}}
loading={tableLoading}
/>
<Pagination {...paginationProps} className="pagination-common" />

7
src/pages/InRoadMgm/EquipmentMgm/BarMgm/loadable.jsx

@ -450,7 +450,12 @@ function Fence(props) {
totalRecords={resultData.total_records}//
exportUrl={'/api/bpm/device/export_pole_position'}
ajaxType={"post"}
postdata={{formData: formExportData}}
postdata={{
formData: {
...formData,
region: areaChildIds
}
}}
timeDelay={300}
imgno={false}
/>

Loading…
Cancel
Save