โครงสร้างอัตรากำลัง => แก้ไขอัตรากำลัง
This commit is contained in:
parent
4eff0314a8
commit
e5d0410c86
2 changed files with 2 additions and 2 deletions
|
|
@ -410,12 +410,12 @@ function onSubmit() {
|
|||
reqMaster.value.type,
|
||||
false
|
||||
);
|
||||
close();
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
})
|
||||
.finally(() => {
|
||||
close();
|
||||
hideLoader();
|
||||
}));
|
||||
});
|
||||
|
|
|
|||
|
|
@ -358,7 +358,7 @@ watch(
|
|||
<q-card style="min-width: 80vw">
|
||||
<DialogHeader
|
||||
:tittle="
|
||||
props.actionType === 'ADD' ? 'เพิ่มอัตรากำลัง' : 'แก้ไขอัตรากำลัง111'
|
||||
props.actionType === 'ADD' ? 'เพิ่มอัตรากำลัง' : 'แก้ไขอัตรากำลัง'
|
||||
"
|
||||
:close="close"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue