Merge branch 'develop' into devTee
This commit is contained in:
commit
d20fdb0190
1 changed files with 3 additions and 3 deletions
|
|
@ -488,10 +488,10 @@ watch(
|
|||
watch(
|
||||
() => formData.isDirector,
|
||||
(newData, oldData) => {
|
||||
console.log("oldData", oldData);
|
||||
console.log("newData", newData);
|
||||
if (newData === true) {
|
||||
formData.positionSign = "ผู้อำนวยการ" + props.dataTree?.orgRootName;
|
||||
formData.positionSign = !formData.positionSign
|
||||
? "ผู้อำนวยการ" + props.dataTree?.orgRootName
|
||||
: formData.positionSign;
|
||||
} else {
|
||||
formData.positionSign = "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue