taiji_caozhaorui 2 일 전
부모
커밋
c83a1b90c3
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/global/invite/index.vue

+ 2 - 0
src/views/global/invite/index.vue

@@ -69,6 +69,8 @@ const onSubmit = () => {
     accountLinkAccess({
       tenantId: state.detail.tenantId,
       type: state.detail.type,
+      roleIds: state.detail.roleIds,
+      loginId: AppStore.userInfo?.loginId,
       userId: AppStore.userInfo?.id,
     })
       .then(({ data }: any) => {