Skip to content

Commit 169613e

Browse files
committed
perf: 优化文档列表按钮
1 parent 7ed2d11 commit 169613e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/views/document/index.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<el-button v-if="datasetDetail.type === '1'" type="primary" @click="importDoc"
1414
>导入文档</el-button
1515
>
16-
<el-button @click="syncDataset" v-if="datasetDetail.type === '1'">同步知识库</el-button>
1716
<el-button
1817
@click="syncMulDocument"
1918
:disabled="multipleSelection.length === 0"
@@ -694,7 +693,6 @@ function openGenerateDialog(row?: any) {
694693
GenerateRelatedDialogRef.value.open(arr)
695694
}
696695
697-
698696
onMounted(() => {
699697
getDetail()
700698
if (beforePagination.value) {

0 commit comments

Comments
 (0)