From b083c63c3a6c66de242eecbf03d8818b16a5c0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Sun, 27 Apr 2025 15:26:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BF=A1=E4=BB=A3=E7=A0=81=E5=BA=93-?= =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=8C=B9=E9=85=8D=E5=88=97=E8=A1=A8=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E8=BD=AF=E4=BB=B6=E5=90=8D=E7=A7=B0=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E5=88=B0=E5=AF=B9=E5=BA=94=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Jyh/Search/Components/BatchVerify.vue | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/src/views/Jyh/Search/Components/BatchVerify.vue b/src/views/Jyh/Search/Components/BatchVerify.vue index ecac187..4f396bb 100644 --- a/src/views/Jyh/Search/Components/BatchVerify.vue +++ b/src/views/Jyh/Search/Components/BatchVerify.vue @@ -69,18 +69,20 @@ 未治理 - - - - - - - - - - - - + + + + @@ -404,7 +406,7 @@ const exportResult = () => { const gotoDetail = (row) => { // 后续请换成params,暂时params传参没传过去 router.push({ - path: 'repoDetail/' + row.id + path: 'repoDetail/' + row.softwareId }); }; // 分页