qinhouyu 1 ano atrás
pai
commit
a5bb84844e
1 arquivos alterados com 1 adições e 1 exclusões
  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);