WXL
2025-01-15 3a7caf4344d5911a3ee68d232e53887d6cc2ff6b
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'
  })
}
}