add:设备基础信息

This commit is contained in:
zhangzq
2026-02-24 15:30:59 +08:00
parent 6c00931113
commit 808ca11c15

View File

@@ -180,15 +180,7 @@
} }
}) })
} }
// 转换为表格需要的格式s-table 需要 rows 字段) return res
const result = {
rows: res.records || [],
total: res.total || 0,
size: res.size || 10,
current: res.current || 1
}
console.log('转换后的数据:', result)
return result
}) })
} }