mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:12:51 +00:00
fix: 修复批量迁移问题
This commit is contained in:
parent
3fb6192021
commit
61819fd514
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue