fix: change number
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
842a3775f1
commit
5b0e36fa4e
|
@ -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