Skip to content

Commit

Permalink
[bugfix] Area: 修复同步设置areaList时不显示选项
Browse files Browse the repository at this point in the history
fix #1543
  • Loading branch information
rex-zsd committed Apr 23, 2019
1 parent faf43f3 commit 549e4a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/area/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ VantComponent({
}
},

mounted() {
this.setValues();
},

methods: {
getPicker() {
if (this.picker == null) {
Expand Down

0 comments on commit 549e4a7

Please sign in to comment.