This commit is contained in:
Taric Xin
2022-03-03 13:52:32 +08:00
parent 805ac57f02
commit 21cef66d34

View File

@ -80,7 +80,7 @@ export class SettingRoleEditComponent implements OnInit {
} }
sure() { sure() {
if (!this.sf?.valid) { if (!this.sf?.valid) {
this.service.msgSrv.warning('校验错误'); this.service.msgSrv.warning('角色名称不能为空');
return; return;
} }
const auths = this.menu?.washTree(); const auths = this.menu?.washTree();