|
@@ -98,7 +98,7 @@ module.exports = app => {
|
|
// 获取项目用户列表
|
|
// 获取项目用户列表
|
|
const accountData = await ctx.service.projectAccount.getAllDataByCondition({
|
|
const accountData = await ctx.service.projectAccount.getAllDataByCondition({
|
|
where: { project_id: projectId },
|
|
where: { project_id: projectId },
|
|
- columns: ['id', 'account', 'name', 'company', 'role', 'mobile', 'telephone', 'enable', 'is_admin', 'account_group'],
|
|
|
|
|
|
+ columns: ['id', 'account', 'name', 'company', 'role', 'mobile', 'auth_mobile', 'telephone', 'enable', 'is_admin', 'account_group'],
|
|
});
|
|
});
|
|
|
|
|
|
const renderData = {
|
|
const renderData = {
|