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

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

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