เงินเดือน กรณคนสำรอง
This commit is contained in:
parent
0cfb37cd83
commit
cbf34695b8
2 changed files with 13 additions and 6 deletions
|
|
@ -104,7 +104,7 @@ function onSubmit() {
|
|||
watch(
|
||||
() => modal.value,
|
||||
() => {
|
||||
type.value = props.typeLevel;
|
||||
type.value = props.typeLevel == 'PENDING' ? "" : props.typeLevel;
|
||||
isReserve.value = props.isReserve;
|
||||
isChange.value = false;
|
||||
}
|
||||
|
|
@ -159,9 +159,6 @@ function inputEdit(val: boolean) {
|
|||
<form @submit.prevent="validateForm">
|
||||
<q-card-actions align="right" class="bg-white text-teal">
|
||||
<!-- <q-btn flat label="OK" v-close-popup /> -->
|
||||
isChange={{ isChange }}<br />
|
||||
typeLevel={{ type }}<br />
|
||||
isRe={{ isChange }}<br />
|
||||
<q-btn
|
||||
:disabled="!isChange"
|
||||
type="submit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue