fix bug
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user