From 39f91e272de3525b2baec78bc359cc47355c84db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 15 Apr 2022 14:26:37 +0800 Subject: [PATCH] =?UTF-8?q?52603=20=E6=9C=AA=E7=AC=A6=E5=90=88=E9=A1=B9-?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=EF=BC=8C=E5=BD=93=E9=80=89=E4=B8=AD=E4=B8=80?= =?UTF-8?q?=E6=9D=A1=E6=95=B0=E6=8D=AE=E8=BF=9B=E8=A1=8C=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=AF=BC=E5=87=BA=E6=96=87=E4=BB=B6=E5=BC=B9?= =?UTF-8?q?=E6=A1=86=E4=B8=8D=E8=BE=93=E5=85=A5=E5=B0=B1=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E5=AF=BC=E5=87=BA1=E6=9D=A1=EF=BC=8C=E5=BD=93=E8=BE=93?= =?UTF-8?q?=E5=85=A5=E4=BF=A1=E6=81=AF=E5=90=8E=E5=B0=B1=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=85=A8=E9=83=A8=E6=95=B0=E6=8D=AE=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nonConfomity/pages/rectificationDatabase.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue index aa3f0ead1..7ec42cb0f 100644 --- a/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue +++ b/src/pages/regulatoryRepository/nonConfomity/pages/rectificationDatabase.vue @@ -95,6 +95,7 @@ tooltip-effect="dark" height="100%" border + ref="nonListSelection" max-height="100%" class="table" v-loading="myLoading.loadData" @@ -944,6 +945,7 @@ export default { window.open(exportURL); this.$message.success("导出信息成功"); } + this.$refs.nonListSelection.clearSelection() this.exportModelFlag = false; this.selectedList = []; },