update api path insignia

This commit is contained in:
Warunee Tamkoo 2025-05-29 17:54:41 +07:00
parent f5b677e26c
commit 7ac582d451
5 changed files with 72 additions and 42 deletions

View file

@ -63,7 +63,7 @@ const pagination = ref({
async function fecthOrg() {
showLoader();
await http
.get(config.API.insigniaNosend(props.roundId))
.get(config.API.insigniaNosend(props.roundId, DataStore.employeeClass))
.then((res) => {
let data = res.data.result;
rows.value = data.map((e: ResponseNoSend) => ({