- ปรับ dialog รับ v-model
- เพิ่มคำแนะนำตอนส่ง process ของเลื่อนเงินเดือน
This commit is contained in:
parent
d09f09cada
commit
4471912ffb
10 changed files with 86 additions and 100 deletions
|
|
@ -416,7 +416,7 @@ const saveEdiitReport = (reason: string) => {
|
|||
})
|
||||
.finally(() => {
|
||||
fecthlistprofile(retireld.value);
|
||||
closemodalEditReport();
|
||||
modalEdit.value = false;
|
||||
});
|
||||
},
|
||||
"ยืนยันการแก้ไขข้อมูล",
|
||||
|
|
@ -429,11 +429,6 @@ const openmodalEditReport = () => {
|
|||
modalEdit.value = true;
|
||||
};
|
||||
|
||||
// ปิด popup เหตุผล
|
||||
const closemodalEditReport = () => {
|
||||
modalEdit.value = false;
|
||||
};
|
||||
|
||||
/** Setting Pagination */
|
||||
const paging = ref<boolean>(true);
|
||||
const pagination = ref({
|
||||
|
|
@ -876,10 +871,9 @@ function updatemodalPersonal(modal: boolean) {
|
|||
</q-dialog>
|
||||
|
||||
<DialogPopupReason
|
||||
:modal="modalEdit"
|
||||
v-model:modal="modalEdit"
|
||||
title="แก้ไขมติ อ.ก.ก."
|
||||
label="มติ อ.ก.ก."
|
||||
:click-close="closemodalEditReport"
|
||||
:savaForm="saveEdiitReport"
|
||||
:textReport="textReport"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue