ZhangXianQiang
2024-03-28 07e7a6323d6f98fe2dfdf2733daf457a4e4f42f4
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'
  })
}