Merge branch 'dev' into 8224-contextMenu
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Alex Moreno 2025-04-30 08:56:06 +00:00
commit 49bf269b4d
1 changed files with 2 additions and 0 deletions

View File

@ -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;