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