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

Loading…
Cancel
Save