evaluate => กรรมการและการประชุม
This commit is contained in:
parent
71c1dedd7b
commit
713b818324
3 changed files with 5 additions and 5 deletions
|
|
@ -167,7 +167,7 @@ function returnData(data: any) {
|
|||
async function getList() {
|
||||
showLoader();
|
||||
await http
|
||||
.get(config.API.meeting())
|
||||
.get(config.API.meeting() + `/admin`)
|
||||
.then((res) => {
|
||||
const data = res.data.result;
|
||||
listMeet.value = data.map((item: any) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue