保安监管系统-验收版本
zhengpz
2021-09-21 1a2b331cdc9fa3752765612c29c1b9f69657afe9
去debugger
6 files modified
13 ■■■■ changed files
src/views/securityUnitOperation/operationAnalysis.vue 2 ●●●●● patch | view | raw | blame | history
src/views/statisticalQueryManagement/businessStatistics.vue 1 ●●●● patch | view | raw | blame | history
src/views/statisticalQueryManagement/businessStatisticsDetail.vue 2 ●●● patch | view | raw | blame | history
src/views/statisticalQueryManagement/companyDetails.vue 3 ●●●● patch | view | raw | blame | history
src/views/statisticalQueryManagement/securityGuardDetail.vue 2 ●●● patch | view | raw | blame | history
src/views/statisticalQueryManagement/securityGuardStatistics.vue 3 ●●●● patch | view | raw | blame | history
src/views/securityUnitOperation/operationAnalysis.vue
@@ -427,6 +427,7 @@
    },
    //点击节点
    handleNodeClick(data) {
      debugger
      this.value1 = data;
      this.getCompanys();
    },
@@ -475,6 +476,7 @@
          this.options1 = res.data.data;
          // this.value1 = this.options1[0] ? this.options1[0].id : "";
          this.node = this.options1[0];
          debugger
          this.getCompanys();
        } else {
          this.$message.error(res.msg);
src/views/statisticalQueryManagement/businessStatistics.vue
@@ -17,7 +17,6 @@
        @refresh-change="refreshChange"
        @on-load="onLoad"
        @cell-click="handleRowClick"
        :cell-style="cellStyle"
        class="businessStatisticsStyle"
      >
      </avue-crud>
src/views/statisticalQueryManagement/businessStatisticsDetail.vue
@@ -119,6 +119,7 @@
          },
          {
            label: "保安公司名称",
            width: 300,
            prop: "tenantName",
            display: false
          },
@@ -241,7 +242,6 @@
      this.onLoad(this.page, this.query);
    },
    onLoad(page, params = {}) {
      debugger;
      this.loading = true;
      let param = {};
      // param["jurisdiction"] = params["jurname"] || "";
src/views/statisticalQueryManagement/companyDetails.vue
@@ -347,7 +347,6 @@
      this.onLoad(this.page, this.query);
    },
    onLoad(page, params = {}) {
      debugger
      this.loading = true;
      // if (!params) {
      //   params = { current: page.currentPage, size: page.pageSize };
@@ -397,7 +396,7 @@
  },
  mounted() {
    // this.getTableData();
    this.getLocationParams();
    // this.getLocationParams();
  }
};
</script>
src/views/statisticalQueryManagement/securityGuardDetail.vue
@@ -316,7 +316,7 @@
    // }
  },
  mounted() {
    this.getLocationParams();
    // this.getLocationParams();
  }
};
</script>
src/views/statisticalQueryManagement/securityGuardStatistics.vue
@@ -182,7 +182,8 @@
      },
      companyName: "",
      loading: true,
      dialogShow: false
      dialogShow: false,
      dialogTitle: ""
    };
  },
  computed: {