mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-07 09:38:44 +08:00
Merge pull request #842 from 810505339/修复Picker文档
fix: 🐛 修复Picker文档初始选项code错误的问题
This commit is contained in:
commit
1c29703473
@ -212,13 +212,13 @@ const area = ref<any[]>([
|
|||||||
label: item.text
|
label: item.text
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
findChildrenByCode(colPickerData, '130000')!.map((item) => {
|
findChildrenByCode(colPickerData, '150000')!.map((item) => {
|
||||||
return {
|
return {
|
||||||
value: item.value,
|
value: item.value,
|
||||||
label: item.text
|
label: item.text
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
findChildrenByCode(colPickerData, '130200')!.map((item) => {
|
findChildrenByCode(colPickerData, '150100')!.map((item) => {
|
||||||
return {
|
return {
|
||||||
value: item.value,
|
value: item.value,
|
||||||
label: item.text
|
label: item.text
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user