Commit 0b993986 authored by hanfeng's avatar hanfeng

修改后台用户管理

parent 43d68142
...@@ -330,6 +330,7 @@ ...@@ -330,6 +330,7 @@
}, },
// 角色 // 角色
handleSelect2(item) { handleSelect2(item) {
this.form.members=[]
this.form.members.push(item.id); this.form.members.push(item.id);
}, },
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment