From 29cff09c1f774b49d3ddc0b10927ea944eb925f9 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 06 三月 2025 11:13:23 +0800 Subject: [PATCH] 设备-新增修改时所属部门必填 --- 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