แก้ data probation

This commit is contained in:
kittapath 2024-11-01 19:53:48 +07:00
parent c776d4e7f1
commit 7c63c3c32c
22 changed files with 167 additions and 118 deletions

View file

@ -92,7 +92,7 @@ async function getPermissions() {
await http
.get(config.API.permissionsCheck(assignId.value))
.then(async (res) => {
const data = await res.data.data;
const data = await res.data.result;
DataStore.dataPermissions = data;
})
.catch((e) => {