fuliqi
2024-03-18 be6a3cc7a91c7258ebb593627fb5d8d6a060979f
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'
  })
}