保安监管系统-验收版本
zhengpz
2021-09-21 1a2b331cdc9fa3752765612c29c1b9f69657afe9
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>