From 3ded481ccea1b63d6377caac777fdf181fee019e Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Sun, 28 Apr 2024 10:24:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E5=85=85=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ne/neInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/ne/neInfo.ts b/src/api/ne/neInfo.ts index 9f517da1..f5bc3b0f 100644 --- a/src/api/ne/neInfo.ts +++ b/src/api/ne/neInfo.ts @@ -67,7 +67,7 @@ export function delNeInfo(infoIds: string | number) { /** * 查询网元列表全部无分页 - * @param query 查询参数 neType neId bandStatus + * @param query 查询参数 neType neId bandStatus bandHost * @returns object */ export function listAllNeInfo(query: Record) {