Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into 8388-fineTunningInvoiceIn
gitea/salix-front/pipeline/pr-dev Build queued...
Details
gitea/salix-front/pipeline/pr-dev Build queued...
Details
This commit is contained in:
commit
a0a5c13865
|
@ -27,6 +27,8 @@ const menuRef = ref(null);
|
||||||
const errorMessage = ref(null);
|
const errorMessage = ref(null);
|
||||||
const rows = ref(0);
|
const rows = ref(0);
|
||||||
const onClick = async () => {
|
const onClick = async () => {
|
||||||
|
errorMessage.value = null;
|
||||||
|
|
||||||
if (value.value) {
|
if (value.value) {
|
||||||
const { filter } = JSON.parse(route.query[props.searchUrl]);
|
const { filter } = JSON.parse(route.query[props.searchUrl]);
|
||||||
filter.limit = 0;
|
filter.limit = 0;
|
||||||
|
|
Loading…
Reference in New Issue