gz-customerSystem/src/components/ProgressStep/VisitStep.jsx | ●●●●● 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' }}