用户管理页报错
Error in created hook: "TypeError: Cannot read properties of null (reading 'length')"
原因:uni-data-checkbox组件bug,第388行改为
return this.dataValue&&this.dataValue.length > 0 ? this.dataValue : selectedArr
Error in created hook: "TypeError: Cannot read properties of null (reading 'length')"
原因:uni-data-checkbox组件bug,第388行改为
return this.dataValue&&this.dataValue.length > 0 ? this.dataValue : selectedArr
0 个评论
要回复文章请先登录或注册