From 0782b3ff5f89fb84d735a8551e627dfa5ecae9fa Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 8 Aug 2024 12:15:11 +0200 Subject: [PATCH] chore: #6900 order params --- src/pages/InvoiceIn/InvoiceInList.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/InvoiceIn/InvoiceInList.vue b/src/pages/InvoiceIn/InvoiceInList.vue index 9417b6aa9..234cfb50f 100644 --- a/src/pages/InvoiceIn/InvoiceInList.vue +++ b/src/pages/InvoiceIn/InvoiceInList.vue @@ -118,16 +118,17 @@ const cols = computed(() => [ data-key="InvoiceInList" url="InvoiceIns/filter" :order="['issued DESC', 'id DESC']" - redirect="invoice-in" - :columns="cols" - :right-search="false" :create="{ urlCreate: 'InvoiceIns', title: t('globals.createInvoiceIn'), onDataSaved: ({ id }) => tableRef.redirect(id), formInitialData: {}, }" + redirect="invoice-in" + :columns="cols" + :right-search="false" :disable-option="{ card: true }" + :auto-load="!!$route.query.params" >