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