ขอแก้ไขเพิ่มเลขบัตร
This commit is contained in:
parent
c92a0516c7
commit
5df50e673c
2 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ export class ProfileEditController extends Controller {
|
||||||
.getManyAndCount();
|
.getManyAndCount();
|
||||||
const _data = getProfileEdit.map((item) => ({
|
const _data = getProfileEdit.map((item) => ({
|
||||||
id: item.id,
|
id: item.id,
|
||||||
|
idcard: item.profile.citizenId,
|
||||||
topic: item.topic,
|
topic: item.topic,
|
||||||
detail: item.detail,
|
detail: item.detail,
|
||||||
status: item.status,
|
status: item.status,
|
||||||
|
|
|
||||||
|
|
@ -129,6 +129,7 @@ export class ProfileEditEmployeeController extends Controller {
|
||||||
|
|
||||||
const _data = getProfileEdit.map((item) => ({
|
const _data = getProfileEdit.map((item) => ({
|
||||||
id: item.id,
|
id: item.id,
|
||||||
|
idcard: item.profile.citizenId,
|
||||||
topic: item.topic,
|
topic: item.topic,
|
||||||
detail: item.detail,
|
detail: item.detail,
|
||||||
status: item.status,
|
status: item.status,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue