extjs获得store数据

mac2022-06-30  104

var json = new Array(); for (var i = 0; i < storeEditFee.getCount(); i++) { json.push(storeEditFee.getAt(i).data); } json = Ext.util.JSON.encode(json); $.ajax({ type: "post", async: false, cache: false, data: { "ChkExpense": json }, url: "/Manager/_Business/CheckExpense", success: function (data, s) { }, error: function (XMLHttpRequest, textStatus, errorThrown) { errStr = "What‘s wrong?"; } });

 

转载于:https://www.cnblogs.com/siyunianhua/p/4014107.html

相关资源:extjs4 对各类型store各种数据的读取 model 前台 等等
最新回复(0)