fix: switch to parent child not use qualified

This commit is contained in:
AkaraChen 2024-12-11 16:55:11 +08:00
parent 6d689317ea
commit 41039f09bf

View File

@ -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()