Skip to content

Commit

Permalink
fix(frontend): 组件库版本升级 TencentBlueKing#4323
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Jul 16, 2024
1 parent 8f796ee commit 513b12b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dbm-ui/frontend/src/components/instance-selector/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,14 @@
</script>

<script setup lang="ts" generic="T extends IValue">
import _ from 'lodash';

import MongodbModel from '@services/model/mongodb/mongodb';
import { checkMongoInstances, checkMysqlInstances, checkRedisInstances } from '@services/source/instances';
import { getMongoInstancesList, getMongoTopoList } from '@services/source/mongodb';
import { queryClusters as getMysqlClusterList , queryClusters as queryMysqlCluster } from '@services/source/mysqlCluster';
import { getRedisClusterList , getRedisMachineList } from '@services/source/redis';
import {
queryClusters as getMysqlClusterList,
queryClusters as queryMysqlCluster,
} from '@services/source/mysqlCluster';
import { getRedisClusterList } from '@services/source/redis';
import { getRedisHostList } from '@services/source/redisToolbox';
import { getSpiderInstanceList, getSpiderMachineList } from '@services/source/spider';
import { getTendbhaInstanceList } from '@services/source/tendbha';
Expand Down

0 comments on commit 513b12b

Please sign in to comment.