Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-04-29 14:10:54 +07:00
commit 7ae3bf5774
19 changed files with 482 additions and 80 deletions

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);