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