给imgList1,7,12,16添加数据
数据层
data:{imgList1:[],imgList7:[],imgList12:[],imgList16:[],}
;    
 let colIds = [1,7,12,16]
      for(var i=0; i<colIds.length; i++){
          _this["imgList" + colIds[i]] = _this.getColumnDate(colIds[i])
      }

 

相关文章:

  • 2021-09-26
  • 2021-07-30
  • 2022-12-23
  • 2021-12-14
  • 2021-06-05
  • 2021-10-29
  • 2021-10-29
  • 2022-12-23
猜你喜欢
  • 2021-05-23
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案