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: {
//
handleTransfer(row) {
if (row == null) {
if (row != null) {
this.transferIds = [row.id];
} else {
this.transferIds = this.ids;