var lstAddRecord = new Array();
                store.each(function (record) {
                    lstAddRecord.push(record.data);
                });
                Ext.Ajax.request({
                    url: 'function/rivaldata/rivalDataAction.do?tag=add',
                    params: {
                        strJson: Ext.encode(lstAddRecord)
                    }
                });

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案