ปิดสืบทอดตำแหน่ง
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,
|
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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue