Skip to content

Commit

Permalink
perf: 优化文档列表按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
shaohuzhang1 committed Oct 30, 2024
1 parent 7ed2d11 commit 169613e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/views/document/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<el-button v-if="datasetDetail.type === '1'" type="primary" @click="importDoc"
>导入文档</el-button
>
<el-button @click="syncDataset" v-if="datasetDetail.type === '1'">同步知识库</el-button>
<el-button
@click="syncMulDocument"
:disabled="multipleSelection.length === 0"
Expand Down Expand Up @@ -694,7 +693,6 @@ function openGenerateDialog(row?: any) {
GenerateRelatedDialogRef.value.open(arr)
}
onMounted(() => {
getDetail()
if (beforePagination.value) {
Expand Down

0 comments on commit 169613e

Please sign in to comment.