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