fix: 修复数据类型错误
This commit is contained in:
parent
e38a9edf2b
commit
c8e7f0f6ad
@ -19,7 +19,7 @@ export function useSubmitFormSchema(): VbenFormSchema[] {
|
|||||||
clearable: true,
|
clearable: true,
|
||||||
placeholder: '请选择行政区划',
|
placeholder: '请选择行政区划',
|
||||||
},
|
},
|
||||||
defaultValue: [],
|
defaultValue: "",
|
||||||
fieldName: 'locationCode',
|
fieldName: 'locationCode',
|
||||||
label: '行政区划',
|
label: '行政区划',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user