| | |
| | | import { |
| | | selectDis, |
| | | selectFw, |
| | | fwList |
| | | fwList, |
| | | dispatcherUnit |
| | | } from "../../api/statisticalQueryManagement/statisticalQueryManagement"; |
| | | import { lazyTreeJu, lazyTrees } from "../../api/index/index"; |
| | | export default { |
| | |
| | | { |
| | | label: "保安公司名称", |
| | | width: 300, |
| | | prop: "tenantName", |
| | | prop: "deptName", |
| | | display: false |
| | | }, |
| | | { |
| | |
| | | param["current"] = page.currentPage; |
| | | param["size"] = page.pageSize; |
| | | param["name"] = params["name"] || ""; |
| | | fwList(param).then(res => { |
| | | |
| | | dispatcherUnit(param).then(res => { |
| | | const data = res.data.data; |
| | | this.page.total = data.total; |
| | | this.tableData = data.records; |