| | |
| | | </template> |
| | | <script> |
| | | import { selectTb } from "../../api/securityUnitOperation/securityUnitOperation"; |
| | | import { lazyTreeJu } from "../../api/index/index"; |
| | | import { lazyTreeJu,lazyTrees } from "../../api/index/index"; |
| | | export default { |
| | | name: "公司运营情况智能分析详情表", |
| | | data() { |
| | |
| | | prop: "enterpriseName", |
| | | search: true, |
| | | searchSpan: 4, |
| | | width:300, |
| | | display: false |
| | | }, |
| | | { |
| | |
| | | }); |
| | | }, |
| | | getSubOfficeData() { |
| | | lazyTreeJu().then(res => { |
| | | lazyTrees().then(res => { |
| | | if (res.data.code === 200) { |
| | | this.tableOption.column.forEach(item => { |
| | | if (item.label == "所属辖区") { |
| | |
| | | } |
| | | let jurisdiction = object["jurisdiction1"] || ""; |
| | | let enterpriseName = object["enterpriseName"] || ""; |
| | | let obj = { jurisdiction: jurisdiction, enterpriseName: enterpriseName }; |
| | | this.onLoad(this.page, obj); |
| | | this.query = { jurisdiction: jurisdiction, enterpriseName: enterpriseName }; |
| | | this.onLoad(this.page, this.query); |
| | | } |
| | | }, |
| | | mounted() { |