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