fix
This commit is contained in:
parent
547662e440
commit
af4bae0b8a
2 changed files with 8 additions and 8 deletions
|
|
@ -347,10 +347,10 @@ function addPersonalData(data: ResProfileProbation) {
|
||||||
child3: data.orgChild3,
|
child3: data.orgChild3,
|
||||||
child4: data.orgChild4,
|
child4: data.orgChild4,
|
||||||
rootDna: data.rootDna,
|
rootDna: data.rootDna,
|
||||||
orgChild1Dna: data.orgChild1Dna,
|
// orgChild1Dna: data.orgChild1Dna,
|
||||||
orgChild2Dna: data.orgChild2Dna,
|
// orgChild2Dna: data.orgChild2Dna,
|
||||||
orgChild3Dna: data.orgChild3Dna,
|
// orgChild3Dna: data.orgChild3Dna,
|
||||||
orgChild4Dna: data.orgChild4Dna,
|
// orgChild4Dna: data.orgChild4Dna,
|
||||||
});
|
});
|
||||||
|
|
||||||
// ถ้าการเพิ่มข้อมูลสำเร็จ, อัปเดตสถานะของข้อมูล
|
// ถ้าการเพิ่มข้อมูลสำเร็จ, อัปเดตสถานะของข้อมูล
|
||||||
|
|
|
||||||
|
|
@ -44,10 +44,10 @@ interface ResProfileProbation {
|
||||||
commandNo?: string;
|
commandNo?: string;
|
||||||
root: string;
|
root: string;
|
||||||
rootDna: string;
|
rootDna: string;
|
||||||
orgChild1Dna: string;
|
orgChild1Dna?: string;
|
||||||
orgChild2Dna: string;
|
orgChild2Dna?: string;
|
||||||
orgChild3Dna: string;
|
orgChild3Dna?: string;
|
||||||
orgChild4Dna: string;
|
orgChild4Dna?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type { ResListProbation, ResProfileProbation };
|
export type { ResListProbation, ResProfileProbation };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue