no message
This commit is contained in:
parent
9744d00737
commit
7b23975c58
2 changed files with 3 additions and 1 deletions
|
|
@ -180,6 +180,7 @@ function getDataEdit() {
|
|||
formMain.level = data.posLevelName ? data.posLevelName : null;
|
||||
formMain.positionSide = data.posExecutive ? data.posExecutive : null;
|
||||
|
||||
formMainProject.id = data.developmentId;
|
||||
formMainProject.project = data.projectName;
|
||||
formMainProject.year = data.year;
|
||||
formMainProject.trainingStart = data.dateStart;
|
||||
|
|
|
|||
|
|
@ -168,7 +168,8 @@ function getDataEdit() {
|
|||
formMain.type = data.posTypeName ? data.posTypeName : null;
|
||||
formMain.level = data.posLevelName ? data.posLevelName : null;
|
||||
formMain.positionSide = data.positionSide ? data.positionSide : null;
|
||||
|
||||
|
||||
formMainProject.id = data.developmentId;
|
||||
formMainProject.project = data.projectName;
|
||||
formMainProject.year = data.year;
|
||||
formMainProject.trainingStart = data.dateStart;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue