Merge pull request #397 from 1Panel-dev/pr@main@fix-bug

fix: 修复批量迁移问题
This commit is contained in:
wangdan-fit2cloud 2024-05-09 10:27:17 +08:00 committed by GitHub
commit 8159fef722
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>