fix: fix front #1061
|
@ -22,7 +22,7 @@ const denyRequestIndex = ref(null);
|
|||
const itemRequestsOptions = ref([]);
|
||||
const userParams = {
|
||||
state: 'pending',
|
||||
daysOnward: '7',
|
||||
daysOnward: 7,
|
||||
};
|
||||
const tableRef = ref();
|
||||
onMounted(async () => {
|
||||
|
|
Loading…
Reference in New Issue