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(","); }