ขอแก้ไขเพิ่มเลขบัตร

This commit is contained in:
kittapath 2024-10-10 13:50:34 +07:00
parent c92a0516c7
commit 5df50e673c
2 changed files with 2 additions and 0 deletions

View file

@ -122,6 +122,7 @@ export class ProfileEditController extends Controller {
.getManyAndCount();
const _data = getProfileEdit.map((item) => ({
id: item.id,
idcard: item.profile.citizenId,
topic: item.topic,
detail: item.detail,
status: item.status,

View file

@ -129,6 +129,7 @@ export class ProfileEditEmployeeController extends Controller {
const _data = getProfileEdit.map((item) => ({
id: item.id,
idcard: item.profile.citizenId,
topic: item.topic,
detail: item.detail,
status: item.status,