线路:宁波1

问题:
1.优化区域选择,点击应用后关闭弹窗;
2.修改控制模式的文字状态不发生变化。
This commit is contained in:
lVAL 2021-02-22 09:19:20 +08:00
parent 6d7abac8d8
commit 48b1bc9ae4
2 changed files with 5 additions and 4 deletions

View File

@ -255,7 +255,8 @@ class SkinCode extends defaultStyle {
redColor: 'red', // 控制模式红色 redColor: 'red', // 控制模式红色
yellowColor: 'yellow', // 控制模式黄色 yellowColor: 'yellow', // 控制模式黄色
stroke: '#FFFFFF', // 框的颜色 stroke: '#FFFFFF', // 框的颜色
fill: 'rgba(0,0,0,0)' // 填充色 fill: 'rgba(0,0,0,0)', // 填充色
textColorNoChange: true
}, },
emergencyControl: { // 紧急站控 emergencyControl: { // 紧急站控
show: true, show: true,

View File

@ -174,7 +174,7 @@ export default {
this.$store.dispatch('training/nextNew', operate).then(({ valid }) => { this.$store.dispatch('training/nextNew', operate).then(({ valid }) => {
if (valid) { if (valid) {
// this.doClose(); this.doClose();
} }
}); });
} }