fix: reset error message when onClick
gitea/salix-front/pipeline/head This commit looks good
Details
gitea/salix-front/pipeline/head This commit looks good
Details
This commit is contained in:
parent
fc35312d31
commit
bfb5c021bd
|
@ -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