liuyg
2021-07-09 e15e116293c24ed580370e607bb00b4366f56f94
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(",");
            }