1
lkk
7 天以前 f590983c4a9ee48f1d76ec8750a3e1aa0913cb5b
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}