ปิดสืบทอดตำแหน่ง

This commit is contained in:
Warunee Tamkoo 2024-02-09 16:09:27 +07:00
parent ca7c6db5d8
commit d5f0664894

View file

@ -363,7 +363,7 @@ function onSubmit() {
orgChild3Id: props.orgLevel === 3 ? props.treeId : null, orgChild3Id: props.orgLevel === 3 ? props.treeId : null,
orgChild4Id: props.orgLevel === 4 ? props.treeId : null, orgChild4Id: props.orgLevel === 4 ? props.treeId : null,
positions: positionsData, positions: positionsData,
succession: succession.value, // succession: succession.value,
}; };
showLoader(); showLoader();
props.actionType === "ADD" props.actionType === "ADD"
@ -721,14 +721,14 @@ async function emitSearch(keyword: string, typeSelect: string) {
}}</q-tooltip></q-btn }}</q-tooltip></q-btn
> >
<q-space /> <q-space />
<q-checkbox <!-- <q-checkbox
keep-color keep-color
v-model="succession" v-model="succession"
label="สืบทอดตำแหน่ง" label="สืบทอดตำแหน่ง"
color="primary" color="primary"
> >
<q-tooltip>บทอดตำแหน</q-tooltip> <q-tooltip>บทอดตำแหน</q-tooltip>
</q-checkbox> </q-checkbox> -->
</q-card-actions> </q-card-actions>
</q-card> </q-card>
</div> </div>