fix .prevent
This commit is contained in:
parent
5642d5b3a0
commit
b2298c0e76
25 changed files with 25 additions and 25 deletions
|
|
@ -590,7 +590,7 @@ onMounted(async () => {
|
|||
dense
|
||||
v-model="inputSearch"
|
||||
ref="filterRef"
|
||||
@keydown.enter.pervent="
|
||||
@keydown.enter.prevent="
|
||||
storeData.fetchLog({
|
||||
rootId: qureyBody.rootId ?? undefined,
|
||||
size: size ?? undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue