JX.LI 2 年之前
父節點
當前提交
ea05ee0a52
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/api/monitor.js

+ 3 - 3
src/api/monitor.js

@@ -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',
   })
-}
+}