add relation profile edit
This commit is contained in:
parent
7f6a07483f
commit
6055802f10
1 changed files with 2 additions and 2 deletions
|
|
@ -129,8 +129,8 @@ export class ProfileEditEmployeeController extends Controller {
|
|||
|
||||
const _data = getProfileEdit.map((item) => ({
|
||||
id: item.id,
|
||||
idcard: item.profile.citizenId,
|
||||
profileId: item.profile.id,
|
||||
idcard: item.profileEmployee.citizenId,
|
||||
profileId: item.profileEmployee.id,
|
||||
topic: item.topic,
|
||||
detail: item.detail,
|
||||
status: item.status,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue