ตัด "/" สังกัด
This commit is contained in:
parent
0c4959e0d0
commit
324d911c83
3 changed files with 7 additions and 7 deletions
|
|
@ -467,7 +467,7 @@ export class KpiUserDevelopmentController extends Controller {
|
|||
|
||||
const organization = fullNameParts
|
||||
.filter((part) => part !== undefined && part !== null)
|
||||
.join("/");
|
||||
.join(" ");
|
||||
|
||||
return {
|
||||
id: item.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue