From 37dde5d5a234dfcc4a45a0065091cb078ecb2bad Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Thu, 31 Mar 2022 12:00:08 +0800
Subject: [PATCH] 检查清单
---
src/views/safetyproduction/gojudging.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/safetyproduction/gojudging.vue b/src/views/safetyproduction/gojudging.vue
index a6dfaf0..6230be4 100644
--- a/src/views/safetyproduction/gojudging.vue
+++ b/src/views/safetyproduction/gojudging.vue
@@ -169,7 +169,8 @@
this.$router.push({
path: "/review",
query: {
- id: data.id,
+ idC: data.id,
+ id:this.id
},
});
},
--
Gitblit v1.9.2