Skip to content

Commit 61819fd

Browse files
fix: 修复批量迁移问题
1 parent 3fb6192 commit 61819fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/paragraph/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
</el-scrollbar>
141141

142142
<div class="mul-operation border-t w-full" v-if="isBatch === true">
143-
<el-button :disabled="multipleSelection.length === 0" @click="openSelectDocumentDialog">
143+
<el-button :disabled="multipleSelection.length === 0" @click="openSelectDocumentDialog()">
144144
迁移
145145
</el-button>
146146

0 commit comments

Comments
 (0)