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