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