小bug
This commit is contained in:
parent
f36830faaf
commit
32cbb6c99b
|
|
@ -141,7 +141,7 @@ export default OakPage(
|
|||
goUpsertUser() {
|
||||
const { entity, entityId } = this.props;
|
||||
this.navigateTo({
|
||||
url: '../user/manage/upsert/index',
|
||||
url: '../../user/manage/upsert/index',
|
||||
});
|
||||
},
|
||||
handleCardClick(event: any) {
|
||||
|
|
|
|||
|
|
@ -50,6 +50,19 @@ export async function loginWechatMp<ED extends EntityDict, Cxt extends GeneralRu
|
|||
id: 1,
|
||||
userId: 1,
|
||||
unionId: 1,
|
||||
user: {
|
||||
id: 1,
|
||||
name: 1,
|
||||
nickname: 1,
|
||||
userRole$user: {
|
||||
$entity: 'userRole',
|
||||
data: {
|
||||
id: 1,
|
||||
userId: 1,
|
||||
roleId: 1,
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
filter: {
|
||||
applicationId: application.id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue