forked from gzzfw/frontEnd/gzDyh

xusd
2024-09-16 7e5c6d14e423a0452d346be199487308969b8bef
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' }}