From 8397847e665d8870b393acc58a726de27ba6950f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Wed, 28 Feb 2024 10:27:38 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A4=87=E6=B3=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ne/neHost/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/ne/neHost/index.vue b/src/views/ne/neHost/index.vue index c6914fc4..5f18c92d 100644 --- a/src/views/ne/neHost/index.vue +++ b/src/views/ne/neHost/index.vue @@ -184,7 +184,7 @@ function fnTableSize({ key }: MenuInfo) { tableState.size = key as SizeType; } -/**查询备份信息列表, pageNum初始页数 */ +/**查询信息列表, pageNum初始页数 */ function fnGetList(pageNum?: number) { if (tableState.loading) return; tableState.loading = true;