chore: 编译类型错误提示
This commit is contained in:
@@ -487,7 +487,7 @@ onMounted(() => {
|
||||
allow-clear
|
||||
:placeholder="t('views.ne.common.ipAddrPlease')"
|
||||
:maxlength="128"
|
||||
@change="e => fnNeIPChange(e, pane.data)"
|
||||
@change="(e:any) => fnNeIPChange(e, pane.data)"
|
||||
>
|
||||
<template #prefix>
|
||||
<a-tooltip placement="topLeft">
|
||||
|
||||
Reference in New Issue
Block a user