Authored by chenchao

use this point current object

@@ -153,7 +153,7 @@ var operationEdit={ @@ -153,7 +153,7 @@ var operationEdit={
153 } 153 }
154 $("#promotionType").val(this.promotionType); 154 $("#promotionType").val(this.promotionType);
155 _e.init(); 155 _e.init();
156 - selectOneOption(this.promotionType); 156 + this.selectOneOption(this.promotionType);
157 this.bindEvent(); 157 this.bindEvent();
158 }, 158 },
159 template:function(_htmlObj,_data){ 159 template:function(_htmlObj,_data){