ZhangXianQiang
2024-03-19 2bd38f3c07fa4ec63c5b5fd99bca19d2b1b4ee2d
src/api/system/dept.js
@@ -49,4 +49,12 @@
    url: '/system/dept/' + deptId,
    method: 'delete'
  })
}
}
// 获取运维单位下拉列表
export function deptSelect() {
  return request({
    url: '/system/dept/all',
    method: 'get'
  })
}