更新
This commit is contained in:
parent
c681d5f887
commit
0207c44b44
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user