Browse Source

【grid修改】-王公峰-2020-09-25

migration
wanggongfeng 5 years ago
parent
commit
369525e615
  1. 4
      src/views/modules/workRecord/monthrecordinfoDetail.vue

4
src/views/modules/workRecord/monthrecordinfoDetail.vue

@ -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) {
// //

Loading…
Cancel
Save