|
@@ -30,7 +30,7 @@ module.exports = app => {
|
|
|
renderData.budgetStd = await ctx.service.budgetStd.getDataByProjectId(ctx.session.sessionProject.id);
|
|
|
renderData.projectList = await ctx.service.subProject.getSubProject(ctx.session.sessionProject.id, ctx.session.sessionUser.accountId, ctx.session.sessionUser.is_admin);
|
|
|
renderData.tenderList = await ctx.service.tender.getManageTenderList(ctx.session.sessionProject.id);
|
|
|
- const accountList = await ctx.service.projectAccount.getAllSubProjectAccount({
|
|
|
+ const accountList = await ctx.service.projectAccount.getAllDataByCondition({
|
|
|
columns: ['id', 'name', 'company', 'role', 'enable', 'is_admin', 'account_group', 'mobile'],
|
|
|
where: { pid: ctx.session.sessionProject.id }
|
|
|
});
|