Commit 580aa78b5a8c4e9eb8200a6fd9e5089327294eeb
1 parent
3a1f257b
我的
Showing
1 changed file
with
2 additions
and
0 deletions
lvdao-miniapp/pages/activityDetail/activityDetail.vue
| ... | ... | @@ -61,6 +61,7 @@ export default { |
| 61 | 61 | form: { |
| 62 | 62 | signUpName: '', |
| 63 | 63 | signUpPhone: '', |
| 64 | + activityApplicationId:'', | |
| 64 | 65 | }, |
| 65 | 66 | pagesize: { |
| 66 | 67 | id:'', |
| ... | ... | @@ -129,6 +130,7 @@ export default { |
| 129 | 130 | }); |
| 130 | 131 | return |
| 131 | 132 | } |
| 133 | + this.form.activityApplicationId = this.tableData.id | |
| 132 | 134 | this.form.signUpTime = this.getCurrentDateTime() |
| 133 | 135 | this.$http.sendRequest('/cereActivityApplicationSignUp/insert', 'POST',this.form,3).then(res => { |
| 134 | 136 | console.log('res',res.data) | ... | ... |