zhanghua
2022-12-15 0a8e4f9371a403db92f2894a78363600e5583908
src/views/intelligentPatrol/studyJudge/index.vue
@@ -249,13 +249,7 @@
  created() {
    this.getInspectionData();
    this.initEventParams();
    basecase
      .getInspectionCountData()
      .then((res) => {
        this.countData = res;
      })
      .catch((err) => this.$message.error(err));
    this.getInspectionCount();
    getStoreInfoList({ current: 1, size: 100 })
      .then(({ list }) => {
        this.storeList = list;
@@ -280,7 +274,7 @@
  },
  mounted() {
    this.timer = setInterval(() => {
      setTimeout(this.getInspectionData, 0);
      this.getInspectionCount();
    }, 1000 * 10);
  },
  data() {
@@ -374,8 +368,18 @@
    };
  },
  methods: {
    getInspectionCount() {
      basecase
        .getInspectionCountData({
          showLoading: false,
        })
        .then((res) => {
          this.countData = res;
        })
        .catch((err) => this.$message.error(err));
    },
    openDialogTable(){
      this.isShowTable = true
      this.isShowTable = true;
    },
    pageChange(type) {
      if (type === "next") {
@@ -695,7 +699,6 @@
        }
        .left-form > ::v-deep.el-form-item__label {
          font-size: 16px !important;
        }
        .img-item {
          display: flex;