[bugfix] Area: incorrect initial index when set columns-num 2

This commit is contained in:
rex 2019-03-05 11:46:00 +08:00 committed by GitHub
parent 6b16d7b4cd
commit e8473b270d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,7 @@ VantComponent({
);
return Promise.all(stack)
.catch(() => {})
.then(() =>
picker.setIndexes([
this.getIndex('province', code),