forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-15 200b3f9e47195b19484a9e8530079ee8e2c9aa5f
fix: 配合部门
1 files modified
4 ■■■■ changed files
gz-customerSystem/src/components/ProgressStep/VisitStep.jsx 4 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/components/ProgressStep/VisitStep.jsx
@@ -80,8 +80,8 @@
                  if(item.value == 'handleCaseFlowList') {
                    setProgressList(progressData.handleCaseFlowList)
                  } else {
                    const findData = progressData.assistCaseFlowList.find(res => res.unitId == assistType)
                    setProgressList(findData.caseFlowList)
                    const findData = progressData.assistCaseFlowList?.find(res => res.unitId == assistType) || {}
                    setProgressList(findData.caseFlowList || [])
                  }
                }}
                style={{ marginRight: (index + 1) !== btnList.length ? '20px' : '0' }}