fix
This commit is contained in:
parent
069b5ea287
commit
c769961e52
1 changed files with 3 additions and 2 deletions
|
|
@ -970,8 +970,9 @@ export class ReportController extends Controller {
|
|||
posLevel: userInfo ? userInfo[0]?.posLevelName : null,
|
||||
period1: Extension.ToThaiNumber(period1),
|
||||
period2: Extension.ToThaiNumber(period2),
|
||||
developments: formattedUserDevelopmentLists,
|
||||
} || [{}];
|
||||
developments:
|
||||
formattedUserDevelopmentLists.length > 0 ? formattedUserDevelopmentLists : [{}],
|
||||
};
|
||||
}
|
||||
}
|
||||
if (requestBody.type == "KPI9") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue