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

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