listeners: {
      // 当用户单击列表项时激发该函数
      itemclick: function(view, record, item, index, evt)  //①
      {
       
       
      }
     },

学习中碰到了这个问题,记录在此。

record:猜测应该是该行记录对象。 可以这样获取属性:record.data.id

相关文章:

  • 2021-06-03
  • 2022-12-23
  • 2021-10-20
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-07
猜你喜欢
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2022-12-23
  • 2021-09-13
相关资源
相似解决方案