fix: 🐛 修复Picker文档初始选项code错误的问题

This commit is contained in:
810505339 2025-01-15 10:37:30 +08:00
parent 834cd8e3f0
commit 67f675d1cc

View File

@ -212,13 +212,13 @@ const area = ref<any[]>([
label: item.text
}
}),
findChildrenByCode(colPickerData, '130000')!.map((item) => {
findChildrenByCode(colPickerData, '150000')!.map((item) => {
return {
value: item.value,
label: item.text
}
}),
findChildrenByCode(colPickerData, '130200')!.map((item) => {
findChildrenByCode(colPickerData, '150100')!.map((item) => {
return {
value: item.value,
label: item.text