fix .prevent
This commit is contained in:
parent
0b80e047be
commit
530b0c9b7e
42 changed files with 84 additions and 84 deletions
|
|
@ -368,7 +368,7 @@ onMounted(async () => {
|
|||
round
|
||||
color="info"
|
||||
icon="mdi-eye"
|
||||
@click.pervent="
|
||||
@click.prevent="
|
||||
onRedirectToDetail('resign-detail', props.row.id)
|
||||
"
|
||||
>
|
||||
|
|
@ -388,7 +388,7 @@ onMounted(async () => {
|
|||
round
|
||||
color="edit"
|
||||
icon="edit"
|
||||
@click.pervent="onRedirectToDetail('resign', props.row.id)"
|
||||
@click.prevent="onRedirectToDetail('resign', props.row.id)"
|
||||
>
|
||||
<q-tooltip>แก้ไขข้อมูล</q-tooltip>
|
||||
</q-btn>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue