shish hai 1 ano
pai
achega
d82a827805
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      hdApp/src/admin/ll/eventDetail.vue

+ 3 - 3
hdApp/src/admin/ll/eventDetail.vue

@@ -88,7 +88,7 @@ export default {
 			if (this.$util.isEmpty(this.mobile)){
 				this.$msg('请填写手机号')
 			}
-			addMobile({mobile:this.mobile}).then(res=>{
+			addMobile({mobile:this.mobile,id:this.eventInfo.id}).then(res=>{
 				if(res.code == 1){
 					that.$msg('添加成功')
 				}
@@ -102,7 +102,7 @@ export default {
 			if (this.$util.isEmpty(this.wx)){
 				this.$msg('请填写微信')
 			}
-			addWx({wx:this.wx}).then(res=>{
+			addWx({wx:this.wx,id:this.eventInfo.id}).then(res=>{
 				if(res.code == 1){
 					that.$msg('添加成功')
 					setTimeout(() => {
@@ -116,7 +116,7 @@ export default {
 			if (this.$util.isEmpty(this.no)){
 				this.$msg('请填写身份证')
 			}
-			addNo({no:this.no}).then(res=>{
+			addNo({no:this.no,id:this.eventInfo.id}).then(res=>{
 				if(res.code == 1){
 					that.$msg('添加成功')
 					setTimeout(() => {