su
su1124
2023-12-25 8181583ea89c7af496e16df4f6a4953857923f63
src/api/system/dept.js
@@ -73,3 +73,10 @@
  })
}
// 查询子部门
export function getChildList() {
  return request({
    url: '/system/dept/getChildList',
    method: 'get'
  })
}