fix:delete dialogconfirn disable btn submit

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-09 17:47:39 +07:00
parent c55780914c
commit aeaea7ca4a
2 changed files with 12 additions and 14 deletions

View file

@ -315,7 +315,7 @@ watch(modal, (newVal) => {
label="บันทึก"
color="public"
@click="onSubmit"
:disable="!roleName"
:disable="!roleName || selected.length === 0"
/>
</q-card-actions>
</q-card>