ตัด "/" สังกัด

This commit is contained in:
Bright 2025-02-06 15:53:51 +07:00
parent 0c4959e0d0
commit 324d911c83
3 changed files with 7 additions and 7 deletions

View file

@ -350,7 +350,7 @@ export class KpiUserEvaluationController extends Controller {
const organization = fullNameParts
.filter((part) => part !== undefined && part !== null)
.join("/");
.join(" ");
return {
id: item.id,
@ -470,7 +470,7 @@ export class KpiUserEvaluationController extends Controller {
const organization = fullNameParts
.filter((part) => part !== undefined && part !== null)
.join("/");
.join(" ");
return {
id: item.id,