Skip to content

Commit

Permalink
bug:在制品库内生成个人Token报404错误 TencentBlueKing#1514
Browse files Browse the repository at this point in the history
* bug:创库内生成token失败,404

* bug:制品库内生成token失败,404
  • Loading branch information
lannoy0523 authored Jan 24, 2024
1 parent b8804de commit e41bdd9
Showing 1 changed file with 15 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@
</template>
</bk-table-column>

<bk-table-column :label="$t('description')" prop="description" show-overflow-tooltip></bk-table-column>
<bk-table-column width="60">
<template #default="{ row }">
<Icon class="hover-btn" size="24" name="icon-delete" v-if="!row.system"
@click.native.stop="deleteMetadataHandler(row)" />
</template>
</bk-table-column>
</bk-table>
</div>
</bk-tab-panel>
</bk-tab>
</template>
</bk-sideslider>
<iam-deny-dialog :visible.sync="showIamDenyDialog" :show-data="showData"></iam-deny-dialog>
<bk-table-column :label="$t('description')" prop="description" show-overflow-tooltip></bk-table-column>
<bk-table-column width="60">
<template #default="{ row }">
<Icon class="hover-btn" size="24" name="icon-delete" v-if="!row.system"
@click.native.stop="deleteMetadataHandler(row)" />
</template>
</bk-table-column>
</bk-table>
</div>
</bk-tab-panel>
</bk-tab>
</template>
</bk-sideslider>
<iam-deny-dialog :visible.sync="showIamDenyDialog" :show-data="showData"></iam-deny-dialog>
</div>
</template>
<script>
Expand Down Expand Up @@ -229,6 +229,7 @@
})
},
createToken () {
this.$refs.createToken.userName = this.userInfo.name
this.$refs.createToken.showDialogHandler()
},
showAddMetadata () {
Expand Down

0 comments on commit e41bdd9

Please sign in to comment.