|
@@ -114,9 +114,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;
|
|
|
|
|
|
+ url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?deptId=' + deptId+"&type=4";
|
|
}else{
|
|
}else{
|
|
- url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId';
|
|
|
|
|
|
+ url= '/center-firecontrol/VisuForestMonitorCenterController/getDlblistBydeptId?type=4';
|
|
}
|
|
}
|
|
return request({
|
|
return request({
|
|
url: url,
|
|
url: url,
|