Browse Source

问题修改

release_0.0.4
LUCAS 2 years ago
parent
commit
d06210d252
  1. 2
      web/client/src/sections/fillion/components/patrolTable.js

2
web/client/src/sections/fillion/components/patrolTable.js

@ -301,7 +301,7 @@ const PatrolTable = (props) => {
<DetailList reportList={reportList} record={record} loading={reportListLoading} dispatch={dispatch} handleOpen={handleOpen} handelRefresh={handelRefresh} />
</Card>
</div>],
tab2: <PatrolGis userId={record.id} dispatch={dispatch} />
tab2: <PatrolGis userId={(record ||{}).id} dispatch={dispatch} />
};
const [activeTabKey1, setActiveTabKey1] = useState('tab1');
const onTab1Change = (key) => {

Loading…
Cancel
Save