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