Browse Source

monitor加参数

qinhouyu 1 năm trước cách đây
mục cha
commit
7f1dfc1e1b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/monitor.js

+ 1 - 1
src/api/monitor.js

@@ -1,7 +1,7 @@
 import request from '@/utils/request'
 
 // 获取左侧动态感知设备
-export function selectDeviceType() {
+export function selectDeviceType(deptId) {
   return request({
     url: '/center-resources/VisuForestMonitorCenterController/selectDeviceType',
     method: 'post',