ปรับ โครงสร้างอัตรากำลัง
This commit is contained in:
parent
dd57d5d76a
commit
a48f2afad7
10 changed files with 51 additions and 2 deletions
|
|
@ -491,8 +491,9 @@ watch(
|
|||
() => formData.isDirector,
|
||||
(newData, oldData) => {
|
||||
if (newData === true) {
|
||||
|
||||
formData.positionSign = !formData.positionSign
|
||||
? "ผู้อำนวยการ" + props.dataTree?.orgRootName
|
||||
? ''
|
||||
: formData.positionSign;
|
||||
} else {
|
||||
formData.positionSign = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue