Skip to content

Commit

Permalink
fix(frontend): tendb客户端权限克隆ip选择不做系统限制 TencentBlueKing#7703
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 28581
  • Loading branch information
JustaCattt authored and hLinx committed Jan 8, 2025
1 parent 33b332d commit 6e7574b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
:biz-id="currentBizId"
button-text=""
:data="selectedIps"
:os-types="[OSTypes.Linux]"
service-mode="all"
:show-view="false"
@change="handleHostChange" />
Expand Down Expand Up @@ -75,7 +74,7 @@

import { useGlobalBizs } from '@stores';

import { OSTypes, TicketTypes } from '@common/const';
import { TicketTypes } from '@common/const';

import IpSelector from '@components/ip-selector/IpSelector.vue';
import TicketRemark from '@components/ticket-remark/Index.vue';
Expand Down

0 comments on commit 6e7574b

Please sign in to comment.