ปรับ summary อัตรากำลัง

This commit is contained in:
Warunee Tamkoo 2024-02-12 09:41:52 +07:00
parent 2a7051f5f6
commit 6245e552aa
5 changed files with 68 additions and 12 deletions

View file

@ -33,6 +33,7 @@ const props = defineProps({
actionType: String,
rowId: String,
fetchDataTable: Function,
getSummary: Function,
});
const modalAdd = ref<boolean>(false);
@ -376,6 +377,7 @@ function onSubmit() {
reqMaster.value.type,
false
);
props.getSummary?.();
})
.catch((err) => {
messageError($q, err);