fuliqi
2024-11-06 0c7d2e6f5d16f85166888159ee7810de5c9e97a0
src/views/system/check/result/detail/detail.vue
@@ -5,7 +5,7 @@
               >
          <el-menu-item index="0">省厅考核</el-menu-item>
          <el-menu-item index="1">区县考核</el-menu-item>
          <el-menu-item index="2">公安部考核</el-menu-item>
          <el-menu-item index="2" v-if ="examineCategory==1">公安部考核</el-menu-item>
        </el-menu>
      </div>
    <el-container>
@@ -335,6 +335,7 @@
    if(this.$route.query.deptId){
      this.queryParams.deptId = this.$route.query.deptId;
    }
    this.examineCategory = this.$route.query.examineCategory;
    let examineTag = this.$route.query.examineTag;
    this.activeIndex = examineTag;
    this.queryParams.examineTag = examineTag;