|
@@ -317,7 +317,6 @@ export default {
|
|
|
this.getList()
|
|
|
if (this.$route.query.openMonitor) {
|
|
|
this.openMonitor = this.$route.query.openMonitor
|
|
|
- console.log('this.openMonitor0000000---', this.openMonitor)
|
|
|
}
|
|
|
},
|
|
|
mounted() {
|
|
@@ -399,10 +398,19 @@ export default {
|
|
|
obj.live = this.times.live
|
|
|
obj.start_time = this.times.start_time
|
|
|
obj.end_time = this.times.end_time
|
|
|
-
|
|
|
+ console.log('obj-----',obj)
|
|
|
storage.set('appsItem', obj)
|
|
|
this.$router.push({
|
|
|
- path: '/business-analysis/topology/index'
|
|
|
+ path: '/business-analysis/topology/index',
|
|
|
+ query: {
|
|
|
+ id: val.id,
|
|
|
+ app_alias: val.alias,
|
|
|
+ name: val.name,
|
|
|
+ start_time:this.times.start_time,
|
|
|
+ end_time: this.times.end_time,
|
|
|
+ item: val,
|
|
|
+ live: val.live
|
|
|
+ }
|
|
|
}).catch(err => err)
|
|
|
}
|
|
|
},
|