| | |
| | | @table-click="handelIndexChange" |
| | | :factor-datas="factorDatas" |
| | | :device-type="deviceType" |
| | | :device-code="deviceCode" |
| | | ></DataSheet> |
| | | </div> |
| | | </template> |
| | |
| | | mapUtil.setCenter(pr.p); |
| | | // mapUtil.setFitSector(pr); |
| | | // 2. 绘制对话框 |
| | | DialogUtil.openNewWindow(this.deviceCode, this.factorDatas, index, () => { |
| | | DialogUtil.openNewWindow( |
| | | this.deviceType, |
| | | this.deviceCode, |
| | | this.factorDatas, |
| | | index, |
| | | () => { |
| | | // 移除扇形区域 |
| | | sector.clearSector(); |
| | | }); |
| | | } |
| | | ); |
| | | }, |
| | | onFetchData(deviceType, data) { |
| | | // todo 根据设备类型切换地图监测因子展示单选框、折线图复选框、数据表格复选框的因子类型 |