Browse Source

活动管理修改

feature/syp_points
zhangyongzhangyong 5 years ago
parent
commit
96c03ba127
  1. 12
      src/views/modules/heart/actuserclock-detail.vue

12
src/views/modules/heart/actuserclock-detail.vue

@ -161,7 +161,7 @@ export default {
},
mounted () {
this.dataForm.id = this.$route.query.id
this.dataForm.actUseId = this.$route.query.id
this.actUseId = this.$route.query.id
this.dataForm.actId = this.$route.query.actId
this.init()
},
@ -379,14 +379,8 @@ export default {
type: 'success',
duration: 500,
onClose: () => {
// this.dataForm.id = this.actUseId
// this.getDataList()
this.$emit('refreshDataList')
this.$parent.selectComponent = 'ActUserClockLog'
this.$router.push({
path: '/heart-actinfo',
query: { id: this.dataForm.actId }
})
this.dataForm.id = this.actUseId
this.getDataList()
}
})
}).catch(() => {})

Loading…
Cancel
Save