深基坑(测点监控):项目监测详情查询以及页面渲染

This commit is contained in:
骆乐 2022-08-25 14:01:09 +08:00
parent 67be357736
commit 4810476e72
3 changed files with 2123 additions and 1932 deletions

View File

@ -14,7 +14,7 @@ export const selectMeasurePointListApi = data => post('xmgl/deepExcavationMeasur
export const addDeepExcavationMeasurePointApi = data => post('xmgl/deepExcavationMeasurePoint/add', data); //添加深基坑-测点信息
export const deleteDeepExcavationMeasurePointApi = data => post('xmgl/deepExcavationMeasurePoint/delete', data); //删除深基坑-测点信息
export const getDetailDeepExcavationApi = data => get('/xmgl/deepExcavationMeasurePoint/getDetailsByMeasurePointNumber', data); //测点信息-测点管理-详情
export const getSensorListApi = data => post('/xmgl/deepExcavationSensor/getSensorListByMeasurePointNumber', data); //通过测点编号查询传感器列表
export const getSensorListApi = data => get('/xmgl/deepExcavationSensor/getSensorListByMeasurePointNumber', data); //通过测点编号查询传感器列表
export const selectDeepExcavationSensorTypeListApi = data => post('xmgl/deepExcavationSensorType/selectDeepExcavationSensorTypeList', data); //列表查询深基坑-传感器类型信息

View File

@ -2124,7 +2124,7 @@ export default {
}
console.log(this.currentTableData);
}
let nowTime = this.selectNowDate();
// let nowTime = this.selectNowDate();
// this.acquisitionTime = [nowTime.split(' ')[0] + ' ' + '00:00:00',nowTime]
this.selectDeepExcavationCurrentData();
this.showActiveDetail = true;

File diff suppressed because it is too large Load Diff