From 0f7c0e33ac6110e7ccbd93c133ea5516f96b4df8 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 08 Apr 2021 10:24:58 +0800
Subject: [PATCH] 4.8

---
 src/views/realTimePolice/real.vue |   27 ++++++++++++++++-----------
 1 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/src/views/realTimePolice/real.vue b/src/views/realTimePolice/real.vue
index cd9b25d..13fcc15 100644
--- a/src/views/realTimePolice/real.vue
+++ b/src/views/realTimePolice/real.vue
@@ -2,7 +2,7 @@
  * @Author: Morpheus
  * @Date: 2021-03-17 15:21:33
  * @Last Modified by: Morpheus
- * @Last Modified time: 2021-03-29 14:12:05
+ * @Last Modified time: 2021-04-07 17:36:33
  */
 <template>
   <basic-container>
@@ -435,13 +435,13 @@
         labelWidth: "100",
         size: "mini",
         border: false,
-        stripe:true,
+        stripe: true,
         menuWidth: 240,
         dialogWidth: 950,
         tip: false,
         searchShow: true,
         searchMenuSpan: 3,
-        align:"center",
+        align: "center",
         index: true,
         viewBtn: true,
         selection: true,
@@ -506,7 +506,7 @@
           {
             label: "报警人",
             prop: "galarmPeople",
-            width: 90
+            width: 90,
           },
           {
             label: "报警人电话",
@@ -616,7 +616,7 @@
           {
             label: "接警人",
             prop: "alarmPeople",
-            width: 90
+            width: 90,
           },
           {
             label: "接警时间",
@@ -906,8 +906,6 @@
           return a.jtype - b.jtype;
         });
 
-
-
         this.data = data.records;
 
         this.loading = false;
@@ -1138,6 +1136,15 @@
         )
         .then(function () {
           that.dialogTableVisible = false;
+
+          axios({
+            method: "post",
+            url: `/api/blade-jfpts/rvideo/stop`,
+            params: {
+              jid: row.id,
+            },
+          }).then((resdata) => {});
+
           that.onLoad(that.page, that.query);
           that.$router.push({
             path: "/policeTracking/track",
@@ -1250,8 +1257,7 @@
                 });
 
                 that.hls.on(Hls.Events.ERROR, function (event, data) {
-
-                  console.log(data, 4566824159, "视频播放有问题!!!")
+                  console.log(data, 4566824159, "视频播放有问题!!!");
                   if (data.fatal) {
                     switch (data.type) {
                       case Hls.ErrorTypes.NETWORK_ERROR:
@@ -1503,8 +1509,7 @@
   border-color: rgb(64, 158, 255);
 }
 
-.tabFontSize{
+.tabFontSize {
   font-size: 15px;
 }
-
 </style>

--
Gitblit v1.9.3