|
@@ -248,7 +248,9 @@
|
|
|
if(this.activeId){
|
|
|
this.formData.active = {id: this.activeId}
|
|
|
this.formData.promotionActivityId = this.activeId
|
|
|
- this.getActiveDetail(this.activeId)
|
|
|
+ if(this.formType == 0){
|
|
|
+ this.getActiveDetail(this.activeId)
|
|
|
+ }
|
|
|
}
|
|
|
this.getActiveList()
|
|
|
},
|