Showing
1 changed file
with
1 additions
and
1 deletions
@@ -8,7 +8,7 @@ var baseInfoEdit={ | @@ -8,7 +8,7 @@ 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"); | 11 | + var edit= new edit("#tab_body",{}); |
12 | this.edit=edit; | 12 | this.edit=edit; |
13 | if(config){ | 13 | if(config){ |
14 | this.promotionId=config.promotionId | 14 | this.promotionId=config.promotionId |
-
Please register or login to post a comment