diff --git a/src/views/modules/shequzhili/analysis/index.vue b/src/views/modules/shequzhili/analysis/index.vue index 81fd3f61c..a39d2c4f6 100644 --- a/src/views/modules/shequzhili/analysis/index.vue +++ b/src/views/modules/shequzhili/analysis/index.vue @@ -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' }); } }, diff --git a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue index 8ff51e1a8..1c51fde41 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue @@ -233,7 +233,7 @@
-
diff --git a/src/views/modules/shequzhili/eventHandling/index.vue b/src/views/modules/shequzhili/eventHandling/index.vue index 74743b5f3..6d7e4de01 100644 --- a/src/views/modules/shequzhili/eventHandling/index.vue +++ b/src/views/modules/shequzhili/eventHandling/index.vue @@ -331,7 +331,7 @@ export default { mounted() { if (this.$route.params.params) { console.log(this.$route.params.params,"klsdfkldsf"); - this.formData.operationType=this.$route.params.params + this.formData.resolveEvent=this.$route.params.params } this.realName = this.$store.state.user.realName; this.phone = this.$store.state.user.phone;