From e77cdd81559afcd17005fcab35fcfd030b4a24fc Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 03 Jul 2025 17:37:09 +0800
Subject: [PATCH] feat:点击登录跳转到指挥调度大屏登录页面
---
src/views/algorithmRepository/algorithmRepository.vue | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/views/algorithmRepository/algorithmRepository.vue b/src/views/algorithmRepository/algorithmRepository.vue
index b9f3ec3..5de3851 100644
--- a/src/views/algorithmRepository/algorithmRepository.vue
+++ b/src/views/algorithmRepository/algorithmRepository.vue
@@ -162,9 +162,6 @@
}
getalgorithmList(detailParams,{ current: params.value.current,
size: params.value.size,}).then(res => {
-
- console.log('算法仓库',res.data.data);
-
loading.value = true;
detailData.value = res.data.data.records;
total.value = res.data.data.total;
@@ -197,6 +194,8 @@
const goback = () => {
showDetail.value = false;
activeItem.value = null;
+ params.value.current =1
+ params.value.size=15
};
// 分页大小改变
const handleSizeChange = val => {
--
Gitblit v1.9.3