Skip to content

Commit 67f675d

Browse files
committed
fix: 🐛 修复Picker文档初始选项code错误的问题
1 parent 834cd8e commit 67f675d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/component/col-picker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ const area = ref<any[]>([
212212
label: item.text
213213
}
214214
}),
215-
findChildrenByCode(colPickerData, '130000')!.map((item) => {
215+
findChildrenByCode(colPickerData, '150000')!.map((item) => {
216216
return {
217217
value: item.value,
218218
label: item.text
219219
}
220220
}),
221-
findChildrenByCode(colPickerData, '130200')!.map((item) => {
221+
findChildrenByCode(colPickerData, '150100')!.map((item) => {
222222
return {
223223
value: item.value,
224224
label: item.text

0 commit comments

Comments
 (0)