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) => ({
|
const _data = getProfileEdit.map((item) => ({
|
||||||
id: item.id,
|
id: item.id,
|
||||||
idcard: item.profile.citizenId,
|
idcard: item.profileEmployee.citizenId,
|
||||||
profileId: item.profile.id,
|
profileId: item.profileEmployee.id,
|
||||||
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