fix: build warn about throw error

This commit is contained in:
Methapon2001 2025-03-27 17:20:43 +07:00
parent 3c85f955c2
commit 88cabff86e

View file

@ -43,7 +43,7 @@ const flowData = defineModel<WorkflowTemplatePayload>('flowData', {
}, },
}); });
const objectOptions = [ let objectOptions = [
...(optionStore.globalOption?.agenciesType || []), ...(optionStore.globalOption?.agenciesType || []),
{ label: t('flow.customer'), value: 'customer' }, { label: t('flow.customer'), value: 'customer' },
{ label: t('flow.officer'), value: 'officer' }, { label: t('flow.officer'), value: 'officer' },