WXL
2025-03-31 b73b5dd97cbda40d0584f579ed9f65f4fcffe23f
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'
  })
}
}