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/views/securityGuard/securityGuard.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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