From 96c03ba127635a9de26f0958e0ab6b9e4f5e41cd Mon Sep 17 00:00:00 2001 From: zhangyongzhangyong <2012005003@qq.coom> Date: Wed, 3 Jun 2020 18:30:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E7=AE=A1=E7=90=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/heart/actuserclock-detail.vue | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/views/modules/heart/actuserclock-detail.vue b/src/views/modules/heart/actuserclock-detail.vue index 8396340..d03b3a2 100644 --- a/src/views/modules/heart/actuserclock-detail.vue +++ b/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(() => {})