代码调整
This commit is contained in:
parent
ccb52a8efd
commit
9571b24b7b
@ -197,17 +197,17 @@ export default {
|
|||||||
handleCurrentChange(val) {
|
handleCurrentChange(val) {
|
||||||
if (!val) { return; }
|
if (!val) { return; }
|
||||||
commitOperate(menuOperate.Switch.turnout, {code:val.code}).then(({valid, operate})=>{
|
commitOperate(menuOperate.Switch.turnout, {code:val.code}).then(({valid, operate})=>{
|
||||||
if (valid) {
|
// if (valid) {
|
||||||
this.position = '';
|
this.position = '';
|
||||||
const switchModel = this.$store.getters['map/getDeviceByCode'](val.code);
|
const switchModel = this.$store.getters['map/getDeviceByCode'](val.code);
|
||||||
this.selectedSwitchCode = val.code;
|
this.selectedSwitchCode = val.code;
|
||||||
this.selectedSwitch = switchModel;
|
this.selectedSwitch = switchModel;
|
||||||
// this.mode = elem.auto ? 'artificial' : 'auto';
|
// this.mode = elem.auto ? 'artificial' : 'auto';
|
||||||
// if (!elem.auto) {
|
// if (!elem.auto) {
|
||||||
// if (elem.normalPosition) { this.position = 'reverse'; }
|
// if (elem.normalPosition) { this.position = 'reverse'; }
|
||||||
// if (elem.reversePosition) { this.position = 'normal'; }
|
// if (elem.reversePosition) { this.position = 'normal'; }
|
||||||
// }
|
// }
|
||||||
}
|
// }
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
getSwitchPosition(code) {
|
getSwitchPosition(code) {
|
||||||
|
Loading…
Reference in New Issue
Block a user