From 2fb275c0b3aa9e62873969a23495d84d41a6f87e Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 07 三月 2025 09:37:48 +0800
Subject: [PATCH] 标准物质验收筛选bug
---
src/router/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index eb196f1..11b0dad 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -125,7 +125,7 @@
path: "/productOrder",
component: Layout,
hidden: true,
- permissions: ["productOrder:order"],
+ permissions: ["business:productOrder"],
children: [
{
// 鎴愬搧涓嬪崟璇︽儏
@@ -149,7 +149,7 @@
path: "inspection",
component: () => import("@/views/business/inspectionTask/inspection"),
name: "inspection",
- meta: { title: "妫�楠屽崟璇︽儏", activeMenu: "/business/inspectionTask" },
+ meta: { title: "妫�楠屽崟璇︽儏", activeMenu: "/business/inspectionTask", keepAlive: false },
},
],
},
--
Gitblit v1.9.3