fix: 修复数据类型错误

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-12 18:22:45 +08:00
parent e38a9edf2b
commit c8e7f0f6ad

View File

@ -19,7 +19,7 @@ export function useSubmitFormSchema(): VbenFormSchema[] {
clearable: true,
placeholder: '请选择行政区划',
},
defaultValue: [],
defaultValue: "",
fieldName: 'locationCode',
label: '行政区划',
},