From ce73c7cad6b0b70bbc70668d47d68556e15f0f7f Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 13 May 2021 08:43:08 +0800
Subject: [PATCH] 办结

---
 src/components/real-popup/main.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/real-popup/main.vue b/src/components/real-popup/main.vue
index cd5abef..ff204d8 100644
--- a/src/components/real-popup/main.vue
+++ b/src/components/real-popup/main.vue
@@ -548,6 +548,7 @@
               sname: row.alarmPeople,
               zc: t,
               zctime: that.getDate().current,
+              deviceNumber: row.deviceNumber
             },
           }
         )
@@ -570,6 +571,7 @@
             setTimeout(() => {
               that.$router.push({
               path: "/realTimePolice/real",
+              query: that.form,
             });
             }, 10);
             

--
Gitblit v1.9.3