edit
This commit is contained in:
@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user