Showing
1 changed file
with
3 additions
and
3 deletions
@@ -8,12 +8,12 @@ var baseInfoEdit={ | @@ -8,12 +8,12 @@ var baseInfoEdit={ | ||
8 | edit:null, | 8 | edit:null, |
9 | actionUrl:"/promotionInfo/update", | 9 | actionUrl:"/promotionInfo/update", |
10 | load:function(config){ | 10 | load:function(config){ |
11 | - var edit= new edit("#tab_body",{}); | ||
12 | - this.edit=edit; | 11 | + var _e= new edit("#tab_body",{}); |
12 | + this.edit=_e; | ||
13 | if(config){ | 13 | if(config){ |
14 | this.promotionId=config.promotionId | 14 | this.promotionId=config.promotionId |
15 | } | 15 | } |
16 | - edit.init(); | 16 | + _e.init(); |
17 | this.bindEvent(); | 17 | this.bindEvent(); |
18 | }, | 18 | }, |
19 | bindEvent:function(){ | 19 | bindEvent:function(){ |
-
Please register or login to post a comment