ws 1 год назад
Родитель
Сommit
c321ff1df9
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      chuanyi_client2/src/views/report_template/index.vue

+ 4 - 4
chuanyi_client2/src/views/report_template/index.vue

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