From a9e6be96ece88f47f6ab33ea4c02c27ebea0dcba Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 04 Feb 2021 14:31:08 +0800
Subject: [PATCH] 警情处置相关修改
---
src/views/distribution/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/distribution/index.vue b/src/views/distribution/index.vue
index 2d8cfa3..05035a2 100644
--- a/src/views/distribution/index.vue
+++ b/src/views/distribution/index.vue
@@ -159,6 +159,8 @@
};
},
created() {
+
+
this.form = this.$route.query;
this.form.handletype = 1;
if (this.form.type == 0) {
--
Gitblit v1.9.3