แก้ไขบัค รายการการประชุมเอกสารหาไม่พบ

This commit is contained in:
AnandaTon 2023-12-25 18:29:50 +07:00
parent 076cd8cc4a
commit ceeb7d38fd

View file

@ -121,12 +121,12 @@ const fetchDataFile = async () => {
await http await http
.get(config.API.meetingFilebyId("การประชุม", id.value)) .get(config.API.meetingFilebyId("การประชุม", id.value))
.then((res) => { .then((res) => {
// const dataFile = res.data.result;
const dataFile = res.data; const dataFile = res.data;
// const dataFile = res.data.result;
fileData.value = dataFile; fileData.value = dataFile;
}) })
.catch((e) => { .catch((e) => {
messageError($q, e); // messageError($q, e);
}) })
.finally(() => { .finally(() => {
hideLoader(); hideLoader();