提交 c20c79f3 编写于 作者: m0_37741424's avatar m0_37741424

用户批量删除 onBatchDelete 调用的后端 delete

上级 9e96f43c
......@@ -120,7 +120,7 @@ export class UsersComponent implements OnInit {
onBatchDelete(e: MouseEvent): void {
e.preventDefault();
this.usersService.get(set2String(this.query.tableCheckedId)).subscribe(res => {
this.usersService.delete(set2String(this.query.tableCheckedId)).subscribe(res => {
if (res.code == 0) {
this.msg.success(this.i18n.fanyi('mxk.alert.delete.success'));
this.fetch();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册