|
|
|
@ -716,15 +716,15 @@ export default { |
|
|
|
methods: { |
|
|
|
onEventNum(data){ |
|
|
|
if (data=="resolve") { |
|
|
|
this.$router.push({ name: 'eventHandling',params:{params:data} }); |
|
|
|
this.$router.push({ name: 'Delivery',params:{params:data} }); |
|
|
|
}else if(data=="unResolve"){ |
|
|
|
this.$router.push({ name: 'eventHandling',params:{params:data} }); |
|
|
|
this.$router.push({ name: 'Delivery',params:{params:data} }); |
|
|
|
}else if (data=="1") { |
|
|
|
this.$router.push({ name: 'timeOut',params:{params:data} }); |
|
|
|
}else if(data=="2"){ |
|
|
|
this.$router.push({ name: 'timeOut',params:{params:data} }); |
|
|
|
}else{ |
|
|
|
this.$router.push({ name: 'eventHandling' }); |
|
|
|
this.$router.push({ name: 'Delivery' }); |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|