pull/83/head
parent
29cbeaaff3
commit
da2fbbce7e
|
@ -309,7 +309,16 @@ export default {
|
||||||
this.$message('当前设备为离线状态');
|
this.$message('当前设备为离线状态');
|
||||||
} else if (item.router == 'formula' && this.$route.query.index != item.index) {
|
} else if (item.router == 'formula' && this.$route.query.index != item.index) {
|
||||||
|
|
||||||
if (this.routerNow == 'realTime') {
|
if (item.router == 'formula') {
|
||||||
|
|
||||||
|
this.$store.state.equipmentIndex = item.index
|
||||||
|
this.routerIndex = item.index
|
||||||
|
if (item.deviceName == 10) {
|
||||||
|
this.$router.push({ path: `/skylight?change=${item.index}` })
|
||||||
|
} else if (item.deviceName == 1 && this.routerNow != 'irrigateSet') {
|
||||||
|
this.$router.push({ path: `/irrigateSet?change=${item.index}` })
|
||||||
|
}
|
||||||
|
} else if (this.routerNow == 'realTime') {
|
||||||
this.$store.state.equipmentIndex = item.index
|
this.$store.state.equipmentIndex = item.index
|
||||||
this.$router.push({ path: `/realTime?index=${item.index ? item.index : 1}&name=${item.deviceName}` })
|
this.$router.push({ path: `/realTime?index=${item.index ? item.index : 1}&name=${item.deviceName}` })
|
||||||
} else if (this.routerNow == 'formula') {
|
} else if (this.routerNow == 'formula') {
|
||||||
|
@ -321,15 +330,6 @@ export default {
|
||||||
} else if (this.routerNow == 'dataAnalysis') {
|
} else if (this.routerNow == 'dataAnalysis') {
|
||||||
this.$store.state.equipmentIndex = item.index
|
this.$store.state.equipmentIndex = item.index
|
||||||
this.$router.push({ path: `/dataAnalysis?index=${item.index ? item.index : 1}` })
|
this.$router.push({ path: `/dataAnalysis?index=${item.index ? item.index : 1}` })
|
||||||
} else if (item.router == 'formula') {
|
|
||||||
|
|
||||||
this.$store.state.equipmentIndex = item.index
|
|
||||||
this.routerIndex = item.index
|
|
||||||
if (item.deviceName == 10) {
|
|
||||||
this.$router.push({ path: `/skylight?change=${item.index}` })
|
|
||||||
} else if (item.deviceName == 1 && this.routerNow != 'irrigateSet') {
|
|
||||||
this.$router.push({ path: `/irrigateSet?change=${item.index}` })
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} else if (item.router == 'formula' && this.$route.query.index == item.index) {
|
} else if (item.router == 'formula' && this.$route.query.index == item.index) {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue