mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-06 17:18:40 +08:00
fix: 🐛 修复Picker文档初始选项code错误的问题
This commit is contained in:
parent
834cd8e3f0
commit
67f675d1cc
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user