We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed2d11 commit 42f0783Copy full SHA for 42f0783
ui/src/views/document/index.vue
@@ -13,7 +13,6 @@
13
<el-button v-if="datasetDetail.type === '1'" type="primary" @click="importDoc"
14
>导入文档</el-button
15
>
16
- <el-button @click="syncDataset" v-if="datasetDetail.type === '1'">同步知识库</el-button>
17
<el-button
18
@click="syncMulDocument"
19
:disabled="multipleSelection.length === 0"
@@ -694,7 +693,6 @@ function openGenerateDialog(row?: any) {
694
693
GenerateRelatedDialogRef.value.open(arr)
695
}
696
697
-
698
onMounted(() => {
699
getDetail()
700
if (beforePagination.value) {
0 commit comments