แก้ไขบัค รายการการประชุมเอกสารหาไม่พบ
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
|
||||
.get(config.API.meetingFilebyId("การประชุม", id.value))
|
||||
.then((res) => {
|
||||
// const dataFile = res.data.result;
|
||||
const dataFile = res.data;
|
||||
// const dataFile = res.data.result;
|
||||
fileData.value = dataFile;
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
// messageError($q, e);
|
||||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue