Skip to content

Commit 8159fef

Browse files
Merge pull request #397 from 1Panel-dev/pr@main@fix-bug
fix: 修复批量迁移问题
2 parents 3fb6192 + 61819fd commit 8159fef

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)