This commit is contained in:
磷叶 2025-04-10 16:48:47 +08:00
parent c681d5f887
commit 0207c44b44

View File

@ -509,7 +509,7 @@ export default {
methods: { methods: {
// //
handleTransfer(row) { handleTransfer(row) {
if (row == null) { if (row != null) {
this.transferIds = [row.id]; this.transferIds = [row.id];
} else { } else {
this.transferIds = this.ids; this.transferIds = this.ids;