Skip to content

Commit

Permalink
fix(frontend): 业务权限申请 reource值修改 #3789
Browse files Browse the repository at this point in the history
  • Loading branch information
hLinx committed Apr 1, 2024
1 parent 8c61e88 commit d5da96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbm-ui/frontend/src/components/app-select/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
action-id="DB_MANAGE"
:permission="data.permission.db_manage"
:resource-id="data.bk_biz_id"
resource-type="BUSINESS">
resource-type="biz">
<div class="db-app-select-item">
<div>{{ data.name }} (#{{ data.bk_biz_id }})</div>
<div style="margin-left: auto;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
action-id="DB_MANAGE"
:permission="item.permission.db_manage"
:resource-id="item.bk_biz_id"
resource-type="BUSINESS">
resource-type="biz">
<BkOption
:label="item.display_name"
:value="item.bk_biz_id">
Expand Down

0 comments on commit d5da96b

Please sign in to comment.