perf: 优化文档列表按钮
This commit is contained in:
parent
7ed2d11630
commit
169613ec6a
@ -13,7 +13,6 @@
|
|||||||
<el-button v-if="datasetDetail.type === '1'" type="primary" @click="importDoc"
|
<el-button v-if="datasetDetail.type === '1'" type="primary" @click="importDoc"
|
||||||
>导入文档</el-button
|
>导入文档</el-button
|
||||||
>
|
>
|
||||||
<el-button @click="syncDataset" v-if="datasetDetail.type === '1'">同步知识库</el-button>
|
|
||||||
<el-button
|
<el-button
|
||||||
@click="syncMulDocument"
|
@click="syncMulDocument"
|
||||||
:disabled="multipleSelection.length === 0"
|
:disabled="multipleSelection.length === 0"
|
||||||
@ -694,7 +693,6 @@ function openGenerateDialog(row?: any) {
|
|||||||
GenerateRelatedDialogRef.value.open(arr)
|
GenerateRelatedDialogRef.value.open(arr)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
getDetail()
|
getDetail()
|
||||||
if (beforePagination.value) {
|
if (beforePagination.value) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user