ปรับ summary อัตรากำลัง
This commit is contained in:
parent
2a7051f5f6
commit
6245e552aa
5 changed files with 68 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue