post Mock and corrections
This commit is contained in:
@ -18,7 +18,7 @@ const AcceptMod = ref(false);
|
||||
const moreInfosMod = ref(false);
|
||||
const requestTypes = ["Create", "Modify", "Delete"]
|
||||
const editElementID = ref('');
|
||||
const chosenLocal = ref("");
|
||||
const chosenLocal = ref();
|
||||
const locals = ["A0B1","A1B1","A2B1","A0B2"];
|
||||
const moreInfos = ref({});
|
||||
|
||||
@ -30,6 +30,7 @@ const moreInfos = ref({});
|
||||
async function upPage(id,review){
|
||||
await changeRequestState(id, review) ;
|
||||
requests.value = await getAllRequests();
|
||||
chosenLocal.value = null;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user