Browse Source

no message

pengyh 1 year ago
parent
commit
6a25632596
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/mallManagement/activityOrder/detail.vue

+ 3 - 1
src/views/mallManagement/activityOrder/detail.vue

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