[bugfix] Area: 修复同步设置areaList时不显示选项

fix #1543
This commit is contained in:
rex 2019-04-23 19:58:23 +08:00 committed by GitHub
parent faf43f3448
commit 549e4a750e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,10 @@ VantComponent({
}
},
mounted() {
this.setValues();
},
methods: {
getPicker() {
if (this.picker == null) {