This commit is contained in:
wangshiming
2022-04-25 14:22:25 +08:00
parent 3305e94ecf
commit 4c2ef7f4be
3 changed files with 8 additions and 4 deletions

View File

@ -73,6 +73,8 @@ console.log(this.params.infoUrl)
});
}
getData(res: { authority: any[]; authorityAssistId: any[] }) {
console.log('修改了');
this.authority = res.authority;
this.authorityAssistId = res.authorityAssistId;
}