Commit bfb21d9e authored by wangqinghua's avatar wangqinghua

bug update

parent 60b18375
...@@ -304,7 +304,7 @@ export class GroupComponent implements OnInit { ...@@ -304,7 +304,7 @@ export class GroupComponent implements OnInit {
//重置密码 //重置密码
initPassword(item) { initPassword(item) {
const data = { const data = {
userName: item.name, userId: item.id,
}; };
this.systemSer.resetPassword(data).subscribe( this.systemSer.resetPassword(data).subscribe(
(res) => { (res) => {
......
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