mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
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;
|
const self = this;
|
||||||
|
|
||||||
return {
|
return {
|
||||||
currentPrimaryValue: null,
|
currentPrimaryValue: self.getPrimaryValueBySecondaryValue(self.value),
|
||||||
currentSecondaryValue: self.value
|
currentSecondaryValue: self.value
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user