mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-22 15:46:35 +08:00
refactor: 代码重构、分页数据组件支持多选
This commit is contained in:
@@ -191,7 +191,7 @@ const setHeight = () => {
|
||||
const instMap: Map<string, any[]> = new Map();
|
||||
|
||||
const getInsts = async () => {
|
||||
const res = await redisApi.redisList.request({});
|
||||
const res = await redisApi.redisList.request({ pageNum: 1, pageSize: 1000 });
|
||||
if (!res.total) return
|
||||
for (const redisInfo of res.list) {
|
||||
const tagPath = redisInfo.tagPath;
|
||||
|
||||
Reference in New Issue
Block a user