fixed:缺失物资中心分公司补充

master
dearLin 2026-02-06 11:41:53 +08:00
parent 917145833b
commit 0b971f39b9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function SuperviseAccident(props) {
const {tableProps, getData} = useTable(props["getCorpInfoList"], {
form,
params: {
inType: [0,1],
enterpriseType: [2],
},
onSuccess: ({data}) => {
getAccidentCountByCorpinfoAndType(data.map(item => item.id),form.getFieldValue("eqAccidentType"))