change field position sign
This commit is contained in:
parent
4c89169e9e
commit
df67fd1d6f
1 changed files with 3 additions and 1 deletions
|
|
@ -492,7 +492,9 @@ watch(
|
|||
console.log("oldData", oldData);
|
||||
console.log("newData", newData);
|
||||
if (newData === true) {
|
||||
formData.positionSign = "ผู้อำนวยการ" + props.dataTree?.orgTreeName;
|
||||
formData.positionSign = "ผู้อำนวยการ" + props.dataTree?.orgRootName;
|
||||
} else {
|
||||
formData.positionSign = "";
|
||||
}
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue