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