fix: type error
This commit is contained in:
parent
61b7f19577
commit
d740a48c7f
5 changed files with 57 additions and 57 deletions
|
|
@ -45,8 +45,8 @@ const registerName = defineModel<string>('registerName', { default: '' });
|
|||
const citizenId = defineModel<string>('citizenId', { default: '' });
|
||||
const legalPersonNo = defineModel<string>('legalPersonNo', { default: '' });
|
||||
|
||||
const businessType = defineModel<'string'>('businessType');
|
||||
const jobPosition = defineModel<'string'>('jobPosition');
|
||||
const businessType = defineModel<string>('businessType');
|
||||
const jobPosition = defineModel<string>('jobPosition');
|
||||
const telephoneNo = defineModel<string>('telephoneNo', { default: '' });
|
||||
|
||||
const branchOptions = defineModel<{ id: string; name: string }[]>(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue