1
wwl
2024-12-30 90b09b2e6023188135b3750657c9f4f0dcf16534
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}