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