fix(TreeSelect): setData (#2028)

This commit is contained in:
neverland 2019-09-15 09:17:07 +08:00 committed by GitHub
parent 456273f639
commit 5c384e87ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ VantComponent({
const { children = [] } = items[mainActiveIndex] || {};
this.updateItemHeight(children);
return this.setData({ subItems: children });
return this.set({ subItems: children });
},
// 更新组件整体高度,根据最大高度和当前组件需要展示的高度来决定