|
|
@ -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(() => {}) |
|
|
|