fix: refs #6696 popup persistent fixed
This commit is contained in:
parent
5f41aeb28d
commit
a317b3777a
|
@ -12,12 +12,12 @@ const $props = defineProps({
|
|||
default: 0,
|
||||
},
|
||||
});
|
||||
// calcular usesMana borrar de ticketSale
|
||||
|
||||
const emit = defineEmits(['save', 'cancel']);
|
||||
|
||||
const { t } = useI18n();
|
||||
const QPopupProxyRef = ref(null);
|
||||
const componentName = ref();
|
||||
const componentName = ref('mana');
|
||||
const mana = ref(null);
|
||||
const usesMana = ref(null);
|
||||
|
||||
|
@ -103,7 +103,6 @@ onBeforeMount(async () => {
|
|||
class="no-border-radius"
|
||||
dense
|
||||
style="width: 50%"
|
||||
@click="save()"
|
||||
data-cy="saveManaBtn"
|
||||
type="submit"
|
||||
>
|
||||
|
|
|
@ -811,6 +811,7 @@ watch(
|
|||
:label="t('ticketSale.discount')"
|
||||
type="number"
|
||||
@keydown.enter.prevent.stop
|
||||
autofocus
|
||||
/>
|
||||
</TicketEditManaProxy>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue