Add workflow ขอแก้ไขข้อมูลทะเบียนประวัติ (ลูกจ้างประจำ) #2222
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m3s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m3s
Fix เพิ่มรายการแต่ไม่แสดงใน Tab รายการตำแหน่ง/เงินเดือนหลังจากแก้ไขแล้ว #2243
This commit is contained in:
parent
217ec1d7f6
commit
2a2635ad83
2 changed files with 40 additions and 2 deletions
|
|
@ -1212,6 +1212,7 @@ export class ProfileSalaryTempController extends Controller {
|
|||
createdAt: new Date(),
|
||||
lastUpdatedAt: new Date(),
|
||||
isEdit: true,
|
||||
isDelete: false,
|
||||
};
|
||||
Object.assign(data, { ...body, ...meta });
|
||||
await this.salaryRepo.save(data, { data: req });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue