var me = this.getView('EditProProductQrcodePanel');
var grid = me.down("[name=mallQrcodeGrid]");
var store = grid.getStore();
//设置选中的行isLogo=1
store.getAt(store.indexOf(model)).set("isLogo",1);

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
相关资源
相似解决方案