| | |
| | | }, |
| | | ], |
| | | url: { |
| | | list: "/eam/equipment/getEquipmentList", |
| | | list: "/eam/equipment/getEquipmentTZList", |
| | | }, |
| | | } |
| | | }, |
| | |
| | | list() { |
| | | this.selectedRowKeys = []; |
| | | this.selectedRowRecord = []; |
| | | this.queryParam.equipmentStatus = "1" |
| | | // this.queryParam.equipmentStatus = "1" |
| | | this.visible = true; |
| | | this.loadData(1); |
| | | }, |
| | |
| | | this.ipagination.current = 1 |
| | | } |
| | | this.onClearSelected() |
| | | this.queryParam.equipmentStatus = '1'; |
| | | // this.queryParam.equipmentStatus = '1'; |
| | | var params = this.getQueryParams()//查询条件 |
| | | this.loading = true |
| | | getAction(this.url.list, params).then((res) => { |