fix: build warn about throw error
This commit is contained in:
parent
3c85f955c2
commit
88cabff86e
1 changed files with 8 additions and 8 deletions
|
|
@ -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' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue