南昌市物联网技防平台-前端
shuishen
2021-03-25 b305a75f4fc8c270886e018bb2228f8796780eab
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-22 11:52:42
 * @Last Modified time: 2021-03-25 14:59:09
 */
<template>
  <basic-container>
@@ -332,6 +332,7 @@
                >视频通话
              </el-button>
              <el-button
                v-show="false"
                type="primary"
                @click.stop="
                  (oldVideoSatart = true), (videoConversationReal = false)
@@ -812,7 +813,7 @@
      };
      if (
        this.$route.query.waringType &&
        this.$route.query.waringType &&
        this.$route.query != undefined &&
        this.$route.query != null &&
        this.$route.query != ""
@@ -853,12 +854,16 @@
          };
        }
        if(this.$route.query.startTime!=undefined && this.$route.query.startTime!=null && this.$route.query.startTime!=''){
        if (
          this.$route.query.startTime != undefined &&
          this.$route.query.startTime != null &&
          this.$route.query.startTime != ""
        ) {
          params = {
            waringType: this.$route.query.waringType,
            beginTime: this.$route.query.startTime,
            endTime: this.$route.query.endTime
          }
            endTime: this.$route.query.endTime,
          };
        }
      }
@@ -1120,7 +1125,10 @@
        .then(function () {
          that.dialogTableVisible = false;
          that.onLoad(that.page, that.query);
          that.$router.push({ path: "/policeTracking/track", query: that.form });
          that.$router.push({
            path: "/policeTracking/track",
            query: that.form,
          });
        });
    },
    beginTimeOrEndTime(time) {