fix: switch to parent child not use qualified

pull/12097/head
AkaraChen 1 year ago
parent 6d689317ea
commit 41039f09bf

@ -186,6 +186,8 @@ const StepTwo = ({
setIsQAConfirmDialogOpen(true)
return
}
if (value === ChuckingMode.parentChild && indexType === IndexingType.ECONOMICAL)
setIndexType(IndexingType.QUALIFIED)
setDocForm(value)
// eslint-disable-next-line @typescript-eslint/no-use-before-define
currentEstimateMutation.reset()

Loading…
Cancel
Save