odc.xiaohui
2022-12-14 ddd458cbc408b57353e908ec9b788a138e30042f
src/views/intelligentPatrol/studyJudge/index.vue
@@ -228,6 +228,9 @@
        <div id="dom1" class="dom1"></div>
      </div>
    </el-dialog>
    <el-dialog :visible.sync="isShowTable" title="报警信息" width="1200px">
      <inspection-table/>
    </el-dialog>
  </div>
</template>
@@ -238,11 +241,11 @@
import { FILE_ORIGINAL_URL } from "@/utils";
import { validateCarNum } from "@/utils/validate";
import MyDispatch from "@/components/dispatch";
import InspectionTable from "@/views/intelligentPatrol/studyJudge/inspectionTable/index.vue";
import MyMap from "@/components/map";
export default {
  components: { MyDispatch, MyMap },
  components: { MyDispatch, MyMap,InspectionTable },
  created() {
    this.getInspectionData();
    this.initEventParams();
@@ -293,6 +296,7 @@
      }
    };
    return {
      isShowTable:true,
      timer: null,
      countData: {
        study: 0,
@@ -370,6 +374,9 @@
    };
  },
  methods: {
    openDialogTable(){
      this.isShowTable = true
    },
    pageChange(type) {
      if (type === "next") {
        this.currentPage += 1;