This commit is contained in:
Warunee Tamkoo 2024-04-29 12:01:01 +07:00
parent 7361a3d903
commit 6bd6f99770

View file

@ -185,7 +185,7 @@ const visibleColumns = ref<string[]>([
"commandNumber",
"commandDate",
]);
const files = ref<any>([]);
const files = ref<any>(null);
const pagination = ref({
page: 1,
rowsPerPage: 10,
@ -254,6 +254,7 @@ function sendRecordRegistry() {
.get(config.API.developmentMainTab("tab6/done", id.value))
.then((res) => {
success($q, "ส่งข้อมูลสำเร็จ");
getData();
})
.catch((e) => {
messageError($q, e);