You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报错信息:
TypeError: Cannot read properties of undefined (reading 'label')
at tdesign-mobile-vue.js?v=923cba1e:17131:21
at Array.map ()
at handleConfirm2 (tdesign-mobile-vue.js?v=923cba1e:17130:26)
at callWithErrorHandling (chunk-U6BEPC57.js?v=923cba1e:1659:19)
at callWithAsyncErrorHandling (chunk-U6BEPC57.js?v=923cba1e:1666:17)
at HTMLDivElement.invoker (chunk-U6BEPC57.js?v=923cba1e:10297:5)
期望结果
点击确定不报错
实际结果
No response
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered:
tdesign-mobile-vue 版本
1.3.2
重现链接
No response
重现步骤
const examineStation = reactive({
show: false,
examineStationId: ref([]),
});
let approvalUnitList:any = ref([])
const listApprovalUnit = async (regionId:any) => {
const res = await http.get('organization/listApprovalUnit',{regionId})
res?.map((item: any) => {
item.value = item.id
item.label = item.organizationName
return item
})
approvalUnitList.value.push(res)
}
报错信息:
TypeError: Cannot read properties of undefined (reading 'label')
at tdesign-mobile-vue.js?v=923cba1e:17131:21
at Array.map ()
at handleConfirm2 (tdesign-mobile-vue.js?v=923cba1e:17130:26)
at callWithErrorHandling (chunk-U6BEPC57.js?v=923cba1e:1659:19)
at callWithAsyncErrorHandling (chunk-U6BEPC57.js?v=923cba1e:1666:17)
at HTMLDivElement.invoker (chunk-U6BEPC57.js?v=923cba1e:10297:5)
期望结果
点击确定不报错
实际结果
No response
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: