From e15e116293c24ed580370e607bb00b4366f56f94 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 09 Jul 2021 14:22:27 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
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