fix(table): repair table column width calculation abnormal (#1334)

fix #1330

Co-authored-by: winerlu <winerlu@tencent.com>
This commit is contained in:
justwiner 2021-01-24 16:23:51 +08:00 committed by GitHub
parent 8993f0db27
commit ac068f6539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,6 @@ function useStore(): Store {
}
}
instance.store.updateAllSelected()
instance.store.updateTableScrollY()
if (instance.$ready) {
instance.store.scheduleLayout()
}