From b2c24bfd334bbac0bb02d93de6e865ef7084fb7d Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期四, 31 三月 2022 11:36:55 +0800
Subject: [PATCH] 自查清单

---
 src/views/safetyproduction/reviewXG.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/safetyproduction/reviewXG.vue b/src/views/safetyproduction/reviewXG.vue
index 190f272..abf8dc9 100644
--- a/src/views/safetyproduction/reviewXG.vue
+++ b/src/views/safetyproduction/reviewXG.vue
@@ -195,7 +195,8 @@
     };
   },
   created() {
-    this.id = this.$route.query.id.id;
+    this.id = this.$route.query.id;
+    console.log('tagee',this.$route.query)
     this.safeT(this.id);
   },
   methods: {

--
Gitblit v1.9.2