style: 备注修改

This commit is contained in:
TsMask
2024-02-28 10:27:38 +08:00
parent 84b0575ab4
commit 8397847e66

View File

@@ -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;