edit
This commit is contained in:
@ -80,7 +80,7 @@ export class SettingRoleEditComponent implements OnInit {
|
||||
}
|
||||
sure() {
|
||||
if (!this.sf?.valid) {
|
||||
this.service.msgSrv.warning('校验错误');
|
||||
this.service.msgSrv.warning('角色名称不能为空');
|
||||
return;
|
||||
}
|
||||
const auths = this.menu?.washTree();
|
||||
|
||||
Reference in New Issue
Block a user