南昌市物联网技防平台-前端
zengh
2021-01-30 dd3097fd3959e691404e8171dceef32e4594407a
实时警情弹窗功能
3 files modified
7 ■■■■ changed files
src/page/index/logo.vue 3 ●●●●● patch | view | raw | blame | history
src/views/home/home.vue 2 ●●● patch | view | raw | blame | history
src/views/realTimePolice/real.vue 2 ●●● patch | view | raw | blame | history
src/page/index/logo.vue
@@ -76,7 +76,10 @@
        }).then(function (response) {
          if (response.data.data.length > 0){
            that.deviceId = response.data.data.records[0].id;
            that.form = response.data.data.records[0];
          }
          that.dialogTableVisible = true;
        });
        //that.dialogTableVisible = true;
src/views/home/home.vue
@@ -7,7 +7,7 @@
  export default {
    name: "tcgl.vue",
    created() {
      this.getData();
      //this.getData();
    },
    data() {
      return {
src/views/realTimePolice/real.vue
@@ -147,7 +147,7 @@
        <el-row :align='center'>
          <el-col :offset="4">
            <el-form-item >
              <el-button type="success">一件呼叫</el-button>
              <el-button type="success">一键呼叫</el-button>
              <el-button type="success">视频对讲</el-button>
              <el-button type="primary" @click.stop="generate(form)">生成警单</el-button>
              <el-button type="warning" @click.stop="revoke(form)">警情撤销</el-button>