|
@@ -73,9 +73,9 @@ export function getSensorListByDeptId(deptId) {
|
|
export function getDlblistBydeptId(deptId) {
|
|
export function getDlblistBydeptId(deptId) {
|
|
let url = "";
|
|
let url = "";
|
|
if(deptId!=null){
|
|
if(deptId!=null){
|
|
- url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?deptId=' + deptId+'&type=6';
|
|
|
|
|
|
+ url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?deptId=' + deptId+'&type=7';
|
|
}else{
|
|
}else{
|
|
- url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?type=6';
|
|
|
|
|
|
+ url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?type=7';
|
|
}
|
|
}
|
|
return request({
|
|
return request({
|
|
url: url,
|
|
url: url,
|
|
@@ -87,9 +87,9 @@ export function getDlblistBydeptId(deptId) {
|
|
export function getMonitorDeviceAndDataList(deptId) {
|
|
export function getMonitorDeviceAndDataList(deptId) {
|
|
let url = "";
|
|
let url = "";
|
|
if(deptId!=null){
|
|
if(deptId!=null){
|
|
- url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+'&type=6';
|
|
|
|
|
|
+ url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+'&type=7';
|
|
}else{
|
|
}else{
|
|
- url= '/center-monitor/device/getMonitorDeviceAndDataList?type=6';
|
|
|
|
|
|
+ url= '/center-monitor/device/getMonitorDeviceAndDataList?type=7';
|
|
}
|
|
}
|
|
return request({
|
|
return request({
|
|
url: url,
|
|
url: url,
|