From ce7bf75a818122d03108460b7a2b43ce527ee0bb Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: Thu, 31 Mar 2022 14:14:11 +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