From 369525e6155c6c367db92200659e0e1042c14c28 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Fri, 25 Sep 2020 14:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90grid=E4=BF=AE=E6=94=B9=E3=80=91-?= =?UTF-8?q?=E7=8E=8B=E5=85=AC=E5=B3=B0-2020-09-25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/workRecord/monthrecordinfoDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/workRecord/monthrecordinfoDetail.vue b/src/views/modules/workRecord/monthrecordinfoDetail.vue index f5a755d..d5ab6b6 100644 --- a/src/views/modules/workRecord/monthrecordinfoDetail.vue +++ b/src/views/modules/workRecord/monthrecordinfoDetail.vue @@ -155,10 +155,10 @@ export default { this.isShowCaseBtn = true this.caseId = this.$route.query.caseId } - if (this.$route.query.gridId !== '' && this.$route.query.gridId != null) { + if (this.$route.query.deptId !== '' && this.$route.query.deptId != null) { // 展示示范网格跳转按钮 this.isShowGridBtn = true - this.deptId = this.$route.query.gridId + this.deptId = this.$route.query.deptId } if (this.$route.query.personId !== '' && this.$route.query.personId != null) { // 展示身边榜样跳转按钮