update api path insignia
This commit is contained in:
parent
f5b677e26c
commit
7ac582d451
5 changed files with 72 additions and 42 deletions
|
|
@ -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) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue