|
@@ -92,12 +92,12 @@ export function getDlblistBydeptId(deptId) {
|
|
|
export function getMonitorDeviceAndDataList(deptId) {
|
|
|
let url = "";
|
|
|
if(deptId!=null){
|
|
|
- url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+"&type=7":;
|
|
|
+ url= '/center-monitor/device/getMonitorDeviceAndDataList?deptId=' + deptId+"&type=7";
|
|
|
}else{
|
|
|
- url= '/center-monitor/device/getMonitorDeviceAndDataList'+"&type=7":;
|
|
|
+ url= '/center-monitor/device/getMonitorDeviceAndDataList'+"&type=7";
|
|
|
}
|
|
|
return request({
|
|
|
url: url,
|
|
|
method: 'get',
|
|
|
})
|
|
|
-}
|
|
|
+}
|