fixed:缺失物资中心分公司补充
parent
917145833b
commit
0b971f39b9
|
|
@ -37,7 +37,7 @@ function SuperviseAccident(props) {
|
||||||
const {tableProps, getData} = useTable(props["getCorpInfoList"], {
|
const {tableProps, getData} = useTable(props["getCorpInfoList"], {
|
||||||
form,
|
form,
|
||||||
params: {
|
params: {
|
||||||
inType: [0,1],
|
enterpriseType: [2],
|
||||||
},
|
},
|
||||||
onSuccess: ({data}) => {
|
onSuccess: ({data}) => {
|
||||||
getAccidentCountByCorpinfoAndType(data.map(item => item.id),form.getFieldValue("eqAccidentType"))
|
getAccidentCountByCorpinfoAndType(data.map(item => item.id),form.getFieldValue("eqAccidentType"))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue