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;