样式修改
This commit is contained in:
parent
d23d86945e
commit
7389505f63
|
|
@ -483,6 +483,7 @@ export default {
|
||||||
this.idArr2.push(item.id);
|
this.idArr2.push(item.id);
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
this.dialogVisible1 = true;
|
||||||
}).catch(res => {
|
}).catch(res => {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
@ -497,7 +498,6 @@ export default {
|
||||||
} else {
|
} else {
|
||||||
this.filterText2 = '';
|
this.filterText2 = '';
|
||||||
this.getTeamPersonByTower({ 'id': this.towerId });
|
this.getTeamPersonByTower({ 'id': this.towerId });
|
||||||
this.dialogVisible1 = true;
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 自动验证配置详情
|
// 自动验证配置详情
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue