From f201fea2c1dff38709715f9b043d536e2d433ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Tue, 7 Jan 2025 15:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=20=E4=BA=8B=E4=BB=B6=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/analysis/index.vue | 6 +++--- .../modules/shequzhili/event/cpts/process-form-complete.vue | 2 +- src/views/modules/shequzhili/eventHandling/index.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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;