补充参数类型
This commit is contained in:
@@ -484,7 +484,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