File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ export default {
27
27
} ,
28
28
methods : {
29
29
updateTableRef ( ) {
30
- this . $nextTick ( ( ) => {
31
- this . $refs . fixedColumnsBodyLeft && this . table . saveChildrenRef ( 'fixedColumnsBodyLeft' , this . $refs . fixedColumnsBodyLeft )
32
- this . $refs . fixedColumnsBodyRight && this . table . saveChildrenRef ( 'fixedColumnsBodyRight' , this . $refs . fixedColumnsBodyRight )
33
- this . $refs . bodyTable && this . table . saveChildrenRef ( 'bodyTable' , this . $refs . bodyTable )
34
- } )
30
+ this . $refs . fixedColumnsBodyLeft && this . table . saveChildrenRef ( 'fixedColumnsBodyLeft' , this . $refs . fixedColumnsBodyLeft )
31
+ this . $refs . fixedColumnsBodyRight && this . table . saveChildrenRef ( 'fixedColumnsBodyRight' , this . $refs . fixedColumnsBodyRight )
32
+ this . $refs . bodyTable && this . table . saveChildrenRef ( 'bodyTable' , this . $refs . bodyTable )
35
33
} ,
36
34
} ,
37
35
render ( ) {
You can’t perform that action at this time.
0 commit comments