@@ -377,7 +377,7 @@
'ctrlCode': 'ctrl1',
'ctrlProperty': {
'displayMode': 1,
- 'splitNum': array1.length,
+ 'splitNum': (array1.length == 1 ? 1 : 4),
'channelList': [{
'channelId': ''
}]
@@ -507,7 +507,7 @@
/*以下为新增字段*/
- "splitNum": bfArray.length,
+ "splitNum": (bfArray.length == 1 ? 1 : 4),
/*以上为新增字段*/
@@ -411,7 +411,7 @@ import Cookies from "js-cookie"
- 'splitNum': this.autoList.length,
+ 'splitNum': (this.autoList.length == 1 ? 1 : 4),
'channelList': [
{