refactor: 代码重构、分页数据组件支持多选

This commit is contained in:
meilin.huang
2023-07-01 14:34:42 +08:00
parent d423572e01
commit ce32fc7f2c
81 changed files with 937 additions and 759 deletions

View File

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