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