uni-app uni-admin报错Error in created hook: "TypeError: Cannot read properties of null (reading 'length')"

uni-app uni-admin报错Error in created hook: “TypeError: Cannot read properties of null (reading ‘length’)”

用户管理页报错

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

更多关于uni-app uni-admin报错Error in created hook: "TypeError: Cannot read properties of null (reading 'length')"的实战教程也可以访问 https://www.itying.com/category-93-b0.html

回到顶部