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>