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