Skip to content

Commit

Permalink
fix: 修复批量迁移问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wangdan-fit2cloud committed May 9, 2024
1 parent 3fb6192 commit 61819fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/paragraph/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</el-scrollbar>
<div class="mul-operation border-t w-full" v-if="isBatch === true">
<el-button :disabled="multipleSelection.length === 0" @click="openSelectDocumentDialog">
<el-button :disabled="multipleSelection.length === 0" @click="openSelectDocumentDialog()">
迁移
</el-button>
Expand Down

0 comments on commit 61819fd

Please sign in to comment.