|
@@ -1765,10 +1765,10 @@ export default {
|
|
|
showAlertMsgWin(this, null, '请选择数据项!')
|
|
|
return
|
|
|
}
|
|
|
- if (_temp.length > 100) {
|
|
|
- showAlertMsgWin(this, null, '报表数据项选择超过上限100!')
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (_temp.length > 100) {
|
|
|
+ // showAlertMsgWin(this, null, '报表数据项选择超过上限100!')
|
|
|
+ // return
|
|
|
+ // }
|
|
|
// let flag = this.chooseGroupItemList.length == 0
|
|
|
// let tempList = flag ? this.chooseItemData : this.chooseGroupItemList
|
|
|
// let _tempList = JSON.parse(JSON.stringify(tempList))
|