โครงสร้างอัตรากำลัง => แก้ไขอัตรากำลัง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-25 18:06:17 +07:00
parent 4eff0314a8
commit e5d0410c86
2 changed files with 2 additions and 2 deletions

View file

@ -410,12 +410,12 @@ function onSubmit() {
reqMaster.value.type, reqMaster.value.type,
false false
); );
close();
}) })
.catch((err) => { .catch((err) => {
messageError($q, err); messageError($q, err);
}) })
.finally(() => { .finally(() => {
close();
hideLoader(); hideLoader();
})); }));
}); });

View file

@ -358,7 +358,7 @@ watch(
<q-card style="min-width: 80vw"> <q-card style="min-width: 80vw">
<DialogHeader <DialogHeader
:tittle=" :tittle="
props.actionType === 'ADD' ? 'เพิ่มอัตรากำลัง' : 'แก้ไขอัตรากำลัง111' props.actionType === 'ADD' ? 'เพิ่มอัตรากำลัง' : 'แก้ไขอัตรากำลัง'
" "
:close="close" :close="close"
/> />