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 = [] },