fix cannot scroll to selected item when first open two column list selection sheet
This commit is contained in:
@@ -89,7 +89,7 @@ export default {
|
||||
const self = this;
|
||||
|
||||
return {
|
||||
currentPrimaryValue: null,
|
||||
currentPrimaryValue: self.getPrimaryValueBySecondaryValue(self.value),
|
||||
currentSecondaryValue: self.value
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user