From 98b44d68b9f28e43e6adf798a647e9b81a6dcff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Tue, 19 Sep 2023 16:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A4=E8=AF=81=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E7=BC=96=E8=BE=91=E6=9D=A1=E7=9B=AE=E5=90=8E=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=9B=9E=E7=AC=AC=E4=B8=80=E9=A1=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/certificationList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/certificationList/index.vue b/jero-web/src/views/projectManagement/components/certificationList/index.vue index 496f75338..644e8075e 100644 --- a/jero-web/src/views/projectManagement/components/certificationList/index.vue +++ b/jero-web/src/views/projectManagement/components/certificationList/index.vue @@ -1566,7 +1566,7 @@ this.selectedRowKeys = [] }, addModelForm() { - this.pageNo = 1 + // this.pageNo = 1 this.getList() this.selectedRowKeys = [] },