龚焕茏
2024-03-20 eaa6e8cc48e53d2d3a5fb3cf4e2a01160f6e75c7
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'
  })
}