Authored by chenchao

fix

... ... @@ -3,7 +3,7 @@ var $ = require('jquery'),
var promotionEdit={
batchId:[],
/*
buildCheckboxHtml:function(_class,_data_index,_checked){
var _checkBox="<input type='checkbox'";
var _end="/>";
... ... @@ -18,7 +18,7 @@ var promotionEdit={
}
_checkBox+=_end;
return _checkBox;
},
},*/
getParam:function(){
var param={
el: '#basicTable_promotion',
... ...