|
|
@ -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) => { |
|
|
|