Marc Fauvel 1 年間 前
コミット
3da31acf2a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/utils/index.js

+ 2 - 2
src/utils/index.js

@@ -303,8 +303,8 @@ export default {
             const underColumns = allColumns.filter(col => col.fieldIndex === i)
             const column = underColumns[underColumns.length - 1]
 
-            if(underColumns.length > 1){
-              for(let j = 0; j < underColumns.length - 1; j++){
+            if (underColumns.length > 1) {
+              for (let j = 0; j < underColumns.length - 1; j++) {
                 underColumns[j].visible = column.visible
               }
             }