WXL
2025-01-08 c7e1537fd898c81831ebd913110c7f9f31c4e807
src/api/system/dept.js
@@ -20,7 +20,7 @@
// 查询部门详细
export function getDept(deptId) {
  return request({
    url: '/system/dept/' + deptId,
    url: '/system/dept/getInfo/' + deptId,
    method: 'get'
  })
}
@@ -49,4 +49,4 @@
    url: '/system/dept/remove/' + deptId,
    method: 'get'
  })
}
}