From 1d8df145b509fc25abbb2ec01864a9fdcfc6e13c Mon Sep 17 00:00:00 2001 From: MaysWind Date: Fri, 26 Feb 2021 01:28:07 +0800 Subject: [PATCH] fix cannot scroll to selected item when first open two column list selection sheet --- src/components/mobile/TwoColumnListItemSelectionSheet.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/mobile/TwoColumnListItemSelectionSheet.vue b/src/components/mobile/TwoColumnListItemSelectionSheet.vue index 4e2563af..240616fb 100644 --- a/src/components/mobile/TwoColumnListItemSelectionSheet.vue +++ b/src/components/mobile/TwoColumnListItemSelectionSheet.vue @@ -89,7 +89,7 @@ export default { const self = this; return { - currentPrimaryValue: null, + currentPrimaryValue: self.getPrimaryValueBySecondaryValue(self.value), currentSecondaryValue: self.value } },