fix .prevent
This commit is contained in:
parent
0b80e047be
commit
530b0c9b7e
42 changed files with 84 additions and 84 deletions
|
|
@ -371,7 +371,7 @@ onMounted(async () => {
|
|||
v-for="col in props.cols"
|
||||
:key="col.name"
|
||||
:props="props"
|
||||
@click.stop.pervent="returnDetail(props.row)"
|
||||
@click.stop.prevent="returnDetail(props.row)"
|
||||
>
|
||||
<div v-if="col.name == 'no'">
|
||||
{{
|
||||
|
|
@ -387,7 +387,7 @@ onMounted(async () => {
|
|||
round
|
||||
color="info"
|
||||
icon="info"
|
||||
@click.stop.pervent="
|
||||
@click.stop.prevent="
|
||||
onclickViewinfo(props.row.personId)
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue