更新
This commit is contained in:
parent
c681d5f887
commit
0207c44b44
|
@ -509,7 +509,7 @@ export default {
|
|||
methods: {
|
||||
// 划拨运营区
|
||||
handleTransfer(row) {
|
||||
if (row == null) {
|
||||
if (row != null) {
|
||||
this.transferIds = [row.id];
|
||||
} else {
|
||||
this.transferIds = this.ids;
|
||||
|
|
Loading…
Reference in New Issue
Block a user