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