Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-04-26 09:55:20 +07:00
commit 9f90e4575f
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -215,7 +215,7 @@ onMounted(() => {
dense
:nodes="nodes"
node-key="id"
label-key="id"
label-key="name"
:filter="filter"
no-results-label="ไม่พบข้อมูลที่ค้นหา"
no-nodes-label="ไม่มีข้อมูล"

View file

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