This commit is contained in:
zhangzhiqiang
2022-12-19 17:41:44 +08:00
parent 2b57c787b5
commit 06c385a086
15 changed files with 61 additions and 13 deletions

View File

@@ -477,7 +477,6 @@ export default {
userRoles = []
const _this = this
if (form.roles !== null && form.roles.length > 0) {
debugger
form.roles.forEach(function(role, index) {
_this.roleDatas.push(role)
const rol = { id: role }