Showing
1 changed file
with
2 additions
and
2 deletions
@@ -2,8 +2,8 @@ var $ = require('jquery'), | @@ -2,8 +2,8 @@ var $ = require('jquery'), | ||
2 | common = require('../../../../common/common'); | 2 | common = require('../../../../common/common'); |
3 | 3 | ||
4 | var promotionEdit={ | 4 | var promotionEdit={ |
5 | - batchId:[], | ||
6 | - /* | 5 | + /*batchId:[], |
6 | + | ||
7 | buildCheckboxHtml:function(_class,_data_index,_checked){ | 7 | buildCheckboxHtml:function(_class,_data_index,_checked){ |
8 | var _checkBox="<input type='checkbox'"; | 8 | var _checkBox="<input type='checkbox'"; |
9 | var _end="/>"; | 9 | var _end="/>"; |
-
Please register or login to post a comment