เพิ่มประเภทโครงการ

This commit is contained in:
Kittapath 2024-08-06 10:42:45 +07:00
parent b4078299f5
commit fb7ccb0a3b
2 changed files with 36 additions and 0 deletions

View file

@ -241,6 +241,9 @@ export class KpiUserDevelopmentController extends Controller {
reasonDevelopment70: getKpiUserDevelopment.reasonDevelopment70,
reasonDevelopment20: getKpiUserDevelopment.reasonDevelopment20,
reasonDevelopment10: getKpiUserDevelopment.reasonDevelopment10,
selectType: getKpiUserDevelopment.selectType,
selectTypeYear: getKpiUserDevelopment.selectTypeYear,
selectTypeId: getKpiUserDevelopment.selectTypeId,
developmentProjects: getKpiUserDevelopment.developmentProjects.map((x) => x.name).sort(),
};