File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,9 @@ export default {
2727 } ,
2828 methods : {
2929 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 )
3533 } ,
3634 } ,
3735 render ( ) {
You can’t perform that action at this time.
0 commit comments