Commit 580aa78b5a8c4e9eb8200a6fd9e5089327294eeb

Authored by 杨鑫
1 parent 3a1f257b

我的

lvdao-miniapp/pages/activityDetail/activityDetail.vue
@@ -61,6 +61,7 @@ export default { @@ -61,6 +61,7 @@ export default {
61 form: { 61 form: {
62 signUpName: '', 62 signUpName: '',
63 signUpPhone: '', 63 signUpPhone: '',
  64 + activityApplicationId:'',
64 }, 65 },
65 pagesize: { 66 pagesize: {
66 id:'', 67 id:'',
@@ -129,6 +130,7 @@ export default { @@ -129,6 +130,7 @@ export default {
129 }); 130 });
130 return 131 return
131 } 132 }
  133 + this.form.activityApplicationId = this.tableData.id
132 this.form.signUpTime = this.getCurrentDateTime() 134 this.form.signUpTime = this.getCurrentDateTime()
133 this.$http.sendRequest('/cereActivityApplicationSignUp/insert', 'POST',this.form,3).then(res => { 135 this.$http.sendRequest('/cereActivityApplicationSignUp/insert', 'POST',this.form,3).then(res => {
134 console.log('res',res.data) 136 console.log('res',res.data)