From b4b83b8283c0790fc58c74e0de17c9ef70ef0905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 24 Mar 2023 10:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B8=82=E5=9C=BA=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E6=B8=85=E5=8D=95=E7=9A=84=E8=B0=83=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/transferList.vue | 449 ++++++++++-------- .../components/transferListvirtal.vue | 313 ++++++++++++ .../certificationListMaintenance.vue | 6 +- 3 files changed, 580 insertions(+), 188 deletions(-) create mode 100644 jero-web/src/views/virtualAuthenticationList/components/transferListvirtal.vue diff --git a/jero-web/src/views/virtualAuthenticationList/components/transferList.vue b/jero-web/src/views/virtualAuthenticationList/components/transferList.vue index 7679f8d82..25ccd69f9 100644 --- a/jero-web/src/views/virtualAuthenticationList/components/transferList.vue +++ b/jero-web/src/views/virtualAuthenticationList/components/transferList.vue @@ -1,215 +1,290 @@ \ No newline at end of file diff --git a/jero-web/src/views/virtualAuthenticationList/components/transferListvirtal.vue b/jero-web/src/views/virtualAuthenticationList/components/transferListvirtal.vue new file mode 100644 index 000000000..63389d01a --- /dev/null +++ b/jero-web/src/views/virtualAuthenticationList/components/transferListvirtal.vue @@ -0,0 +1,313 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue index 76a5a4661..3da9a0222 100644 --- a/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue +++ b/jero-web/src/views/virtualAuthenticationList/virtualAuthenticationListDesign/certificationListMaintenance.vue @@ -232,7 +232,7 @@ - + @@ -382,6 +382,10 @@ searchQuery() { this.getList() }, + transferListForm() { + this.selectedRowKeys = [] + this.getList() + }, //清空 searchReset() { this.queryParam = {}