@@ -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);