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) { // 展示身边榜样跳转按钮