add update time
This commit is contained in:
parent
ad4efc2b47
commit
a2292d6048
57 changed files with 257 additions and 98 deletions
|
|
@ -112,7 +112,7 @@ export class ProfileChildrenController extends Controller {
|
|||
|
||||
const history = new ProfileChildrenHistory();
|
||||
Object.assign(record, body);
|
||||
Object.assign(history, { ...body, id: undefined });
|
||||
Object.assign(history, { ...record, id: undefined });
|
||||
|
||||
record.childrenCitizenId = Extension.CheckCitizen(String(record.childrenCitizenId));
|
||||
history.profileChildrenId = record.id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue