fix: add persistent dialog
This commit is contained in:
parent
69af042ee6
commit
179561f51d
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ watch(
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<q-dialog v-model="modal">
|
<q-dialog v-model="modal" persistent>
|
||||||
<q-card flat style="min-width: 30vw">
|
<q-card flat style="min-width: 30vw">
|
||||||
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
<q-form greedy @submit.prevent @validation-success="onSubmit">
|
||||||
<DialogHeader tittle="รายงานตัวกลับเข้ารับราชการ" :close="close" />
|
<DialogHeader tittle="รายงานตัวกลับเข้ารับราชการ" :close="close" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue