| | |
| | | }, |
| | | //点击节点 |
| | | handleNodeClick(data) { |
| | | debugger |
| | | this.value1 = data; |
| | | this.getCompanys(); |
| | | }, |
| | |
| | | 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); |
| | |
| | | @refresh-change="refreshChange" |
| | | @on-load="onLoad" |
| | | @cell-click="handleRowClick" |
| | | :cell-style="cellStyle" |
| | | class="businessStatisticsStyle" |
| | | > |
| | | </avue-crud> |
| | |
| | | }, |
| | | { |
| | | label: "保安公司名称", |
| | | width: 300, |
| | | prop: "tenantName", |
| | | display: false |
| | | }, |
| | |
| | | this.onLoad(this.page, this.query); |
| | | }, |
| | | onLoad(page, params = {}) { |
| | | debugger; |
| | | this.loading = true; |
| | | let param = {}; |
| | | // param["jurisdiction"] = params["jurname"] || ""; |
| | |
| | | this.onLoad(this.page, this.query); |
| | | }, |
| | | onLoad(page, params = {}) { |
| | | debugger |
| | | this.loading = true; |
| | | // if (!params) { |
| | | // params = { current: page.currentPage, size: page.pageSize }; |
| | |
| | | }, |
| | | mounted() { |
| | | // this.getTableData(); |
| | | this.getLocationParams(); |
| | | // this.getLocationParams(); |
| | | } |
| | | }; |
| | | </script> |
| | |
| | | // } |
| | | }, |
| | | mounted() { |
| | | this.getLocationParams(); |
| | | // this.getLocationParams(); |
| | | } |
| | | }; |
| | | </script> |
| | |
| | | }, |
| | | companyName: "", |
| | | loading: true, |
| | | dialogShow: false |
| | | dialogShow: false, |
| | | dialogTitle: "" |
| | | }; |
| | | }, |
| | | computed: { |