This commit is contained in:
Xu Chang 2022-07-01 11:55:23 +08:00
parent f36830faaf
commit 32cbb6c99b
2 changed files with 14 additions and 1 deletions

View File

@ -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) {

View File

@ -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,