updated
This commit is contained in:
parent
43e36b7b74
commit
6eed463eb5
6 changed files with 313 additions and 190 deletions
|
|
@ -32,7 +32,7 @@ const props = defineProps({
|
|||
default: () => "",
|
||||
}
|
||||
});
|
||||
const { showLoader, hideLoader, messageError, dialogConfirm } = mixin;
|
||||
const { showLoader, hideLoader, messageError, dialogConfirm, success } = mixin;
|
||||
|
||||
const columns = ref<QTableProps["columns"]>([
|
||||
{
|
||||
|
|
@ -155,7 +155,7 @@ function returnDirector(data: any) {
|
|||
directors: dataList,
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
success($q, "บันทึกสำเร็จ")
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue