fuliqi
2024-10-15 0e944bfc16136c0a749fc6022e0dfc7f2b4af010
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;