摘要: 1 var ds = myGrid.apf_ds; 2 var store = myGrid.getStore(); 3 4 forEach(data, function (item) { 5 if (store.findExact("code", item["code"]) < 0) { 6 7 var record = d... 阅读全文
posted @ 2017-04-18 11:44 wuln 阅读(341) 评论(0) 推荐(0)