|
@@ -288,6 +288,7 @@ export default {
|
|
|
handChange(val){
|
|
|
console.log(val,'存起来的appsItem')
|
|
|
if(val){
|
|
|
+ console.log('进入判断')
|
|
|
const start_time=this.times.start_time
|
|
|
const end_time=this.times.end_time
|
|
|
const live = this.times.live
|
|
@@ -298,6 +299,7 @@ export default {
|
|
|
obj.end_time=this.times.end_time
|
|
|
|
|
|
storage.set('appsItem',obj);
|
|
|
+ console.log('路由之前')
|
|
|
this.$router.push({
|
|
|
path:'business-analysis/analysis/index',
|
|
|
query:{
|
|
@@ -310,7 +312,7 @@ export default {
|
|
|
live:live
|
|
|
}
|
|
|
}).catch(err => err)
|
|
|
-
|
|
|
+ console.log('路由之后')
|
|
|
}
|
|
|
|
|
|
},
|