无人机管理后台前端(已迁走)
张含笑
2025-07-01 d1dca6491e6c8cfe481e8737bb0a814754fc4a78
feat:算法仓库分页重置
1 files modified
2 ■■■■■ changed files
src/views/algorithmRepository/algorithmRepository.vue 2 ●●●●● patch | view | raw | blame | history
src/views/algorithmRepository/algorithmRepository.vue
@@ -194,6 +194,8 @@
const goback = () => {
  showDetail.value = false;
  activeItem.value = null;
  params.value.current =1
  params.value.size=15
};
// 分页大小改变
const handleSizeChange = val => {