qinhouyu před 1 rokem
rodič
revize
a5bb84844e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/TVWall.vue

+ 1 - 1
src/components/TVWall.vue

@@ -406,7 +406,7 @@ export default {
         }
       ]
       if(array1 != undefined && array1 != null ){
-        params.ctrlProperty.splitNum = (array1.length == 1 ? 1 : 4)
+        params[0].ctrlProperty.splitNum = (array1.length == 1 ? 1 : 4)
       }
       this.setPos()
       this.customizeTree(tvListJson);