|
@ -155,10 +155,10 @@ export default { |
|
|
this.isShowCaseBtn = true |
|
|
this.isShowCaseBtn = true |
|
|
this.caseId = this.$route.query.caseId |
|
|
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.isShowGridBtn = true |
|
|
this.deptId = this.$route.query.gridId |
|
|
this.deptId = this.$route.query.deptId |
|
|
} |
|
|
} |
|
|
if (this.$route.query.personId !== '' && this.$route.query.personId != null) { |
|
|
if (this.$route.query.personId !== '' && this.$route.query.personId != null) { |
|
|
// 展示身边榜样跳转按钮 |
|
|
// 展示身边榜样跳转按钮 |
|
|