This commit is contained in:
wangshiming
2022-04-21 11:45:56 +08:00
parent 961c710e02
commit 0c81f18284
4 changed files with 26 additions and 19 deletions

View File

@ -64,6 +64,7 @@ export class SettingRoleEditComponent implements OnInit {
const params = {
id: this.params.id
};
console.log(this.params.infoUrl)
this.service.request(this.params.infoUrl, params).subscribe(res => {
if (res) {
this.roleInfoData = res;