forked from gzzfw/frontEnd/gzDyh

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