fix cannot scroll to selected item when first open two column list selection sheet

This commit is contained in:
MaysWind
2021-02-26 01:28:07 +08:00
parent 242cf872b2
commit 1d8df145b5
@@ -89,7 +89,7 @@ export default {
const self = this;
return {
currentPrimaryValue: null,
currentPrimaryValue: self.getPrimaryValueBySecondaryValue(self.value),
currentSecondaryValue: self.value
}
},