แก้ไขบัค รายการการประชุมเอกสารหาไม่พบ
This commit is contained in:
parent
076cd8cc4a
commit
ceeb7d38fd
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue