แก้ dissable ปุ่มค้นหา

This commit is contained in:
setthawutttty 2025-04-03 09:24:33 +07:00
parent c23d7ed3d7
commit 7592e0d99f

View file

@ -589,7 +589,7 @@ onMounted(() => {
unelevated
color="public"
type="submit"
:disable="nodeId == '' || reportType == undefined"
:disable="nodeId == '' || reportType == ''"
/>
</q-card-actions>
</q-card>