no message

This commit is contained in:
setthawutttty 2025-02-20 10:59:29 +07:00
parent 66f59ef324
commit a6320f18da

View file

@ -624,7 +624,7 @@ onMounted(async () => {
<template v-if="org" v-slot:append>
<q-icon
name="cancel"
@click.stop.prevent="org = ''"
@click.stop.prevent="org = '',storeReport.formFilter.node = null,storeReport.formFilter.nodeId = null"
class="cursor-pointer"
/>
</template>