ปิดสืบทอดตำแหน่ง
This commit is contained in:
parent
ca7c6db5d8
commit
d5f0664894
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue