From 7fbad9f559337a17fa33e2d15f1c5521ffebe2f0 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 09 Jul 2021 14:13:59 +0800
Subject: [PATCH] 菜单修改

---
 src/router/views/index.js                 |   13 -------------
 src/views/securityGuard/securityGuard.vue |    3 ---
 2 files changed, 0 insertions(+), 16 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 1309a22..a17836f 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -145,19 +145,6 @@
 }, {
     path: '/securityGuard',
     component: Layout,
-    redirect: '/securityGuard/securityGuardRegistration',
-    children: [{
-        path: 'index',
-        name: '保安员入职信息登记',
-        meta: {
-            i18n: 'dict'
-        },
-        component: () =>
-            import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuardRegistration')
-    }]
-}, {
-    path: '/securityGuard',
-    component: Layout,
     redirect: '/securityGuard/securityGuard',
     children: [{
         path: 'index',
diff --git a/src/views/securityGuard/securityGuard.vue b/src/views/securityGuard/securityGuard.vue
index 960ca41..a8241fe 100644
--- a/src/views/securityGuard/securityGuard.vue
+++ b/src/views/securityGuard/securityGuard.vue
@@ -908,9 +908,6 @@
             if (this.form.hasOwnProperty("deptId")) {
               this.form.deptId = this.form.deptId.split(",");
             }
-            if (this.form.hasOwnProperty("roleId")) {
-              this.form.roleId = this.form.roleId.split(",");
-            }
             if (this.form.hasOwnProperty("postId")) {
               this.form.postId = this.form.postId.split(",");
             }

--
Gitblit v1.9.3