fixing bug
This commit is contained in:
parent
a1bfbba9b6
commit
e53f81890e
1 changed files with 2 additions and 1 deletions
|
|
@ -146,7 +146,8 @@ function onSubmit() {
|
||||||
["org" + type + "RankSub"]:
|
["org" + type + "RankSub"]:
|
||||||
level.value !== 0 ? formData.orgLevelSub : undefined,
|
level.value !== 0 ? formData.orgLevelSub : undefined,
|
||||||
[nameId]: rootId,
|
[nameId]: rootId,
|
||||||
responsibility: formData.responsibility,
|
responsibility:
|
||||||
|
formData.responsibility != null ? formData.responsibility : "",
|
||||||
};
|
};
|
||||||
|
|
||||||
if (actionType.value === "ADD") {
|
if (actionType.value === "ADD") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue