WXL (wul)
22 小时以前 61f0c5d3a9308d1eaefd8890a46b3c569707e050
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'
  })
}