Browse Source

活动发布页面调整

origin/feature/monitoring
Jackwang 4 years ago
parent
commit
b9a26d3a97
  1. 5
      src/views/modules/heart/actinfo-add-or-update.vue

5
src/views/modules/heart/actinfo-add-or-update.vue

@ -659,7 +659,10 @@ export default {
...this.dataForm, ...this.dataForm,
...res.data ...res.data
} }
console.log(this.dataForm) this.dataForm.signinStartTime = this.dataForm.actStartTime
this.dataForm.signinAddress = this.dataForm.actAddress
this.dataForm.signinLatitude = this.dataForm.actLatitude
this.dataForm.signinLongitude = this.dataForm.actLongitude
}).catch(() => { }) }).catch(() => { })
}, },
// ends // ends

Loading…
Cancel
Save