WXL (wul)
4 天以前 c7d2e3c1e8fa0cda3da1e8cd1daad0b88264af5a
src/api/system/dept.js
@@ -20,7 +20,7 @@
// 查询部门详细
export function getDept(deptId) {
  return request({
    url: '/system/dept/getInfo' + deptId,
    url: '/system/dept/getInfo/' + deptId,
    method: 'get'
  })
}