From b5c6e17f2e9cb10ed323c1adfa2e449bab307134 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 17 一月 2025 15:15:12 +0800
Subject: [PATCH] 考核结果路由跳转、工单详情权限

---
 src/views/system/check/result/detail/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/system/check/result/detail/index.vue b/src/views/system/check/result/detail/index.vue
index 1001197..52e2695 100644
--- a/src/views/system/check/result/detail/index.vue
+++ b/src/views/system/check/result/detail/index.vue
@@ -156,12 +156,12 @@
     this.date = year + '-' + month;
     this.queryParams.date = this.date;
     let examineTag = this.$route.query.examineTag;
-    if (examineTag === '2' || examineTag === '3') {
-      examineTag = '1'
-    }
-    if (examineTag === '4' || examineTag === '5') {
-      examineTag = '2'
-    }
+    // if (examineTag === '2' || examineTag === '3') {
+    //   examineTag = '1'
+    // }
+    // if (examineTag === '4' || examineTag === '5') {
+    //   examineTag = '2'
+    // }
     this.queryParams.examineTag = examineTag;
     this.queryParamsList.examineTag = examineTag;
     this.activeIndex = examineTag;

--
Gitblit v1.8.0