From c1ff3f465c59832b1215754d990ab9cffe939a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=BC=9F=E5=BA=9A?= Date: Fri, 11 Nov 2022 16:18:08 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=B8=85=E7=A9=BA=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=B0=83=E7=94=A8=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/main/develop/account/index.vue | 2 +- src/page/main/system/organization/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/page/main/develop/account/index.vue b/src/page/main/develop/account/index.vue index a8a9c34..5445611 100644 --- a/src/page/main/develop/account/index.vue +++ b/src/page/main/develop/account/index.vue @@ -555,7 +555,7 @@ import CryptoJS from "crypto-js"; } const clearSelected = () => { - dataTable.value.clearSelection(); + dataTable.value.clearTable(); } diff --git a/src/page/main/system/organization/index.vue b/src/page/main/system/organization/index.vue index 3039dda..41ba329 100644 --- a/src/page/main/system/organization/index.vue +++ b/src/page/main/system/organization/index.vue @@ -893,7 +893,7 @@ import { downloadFileFormatNew } from '@/services/helper' } const clearSelected = () => { - dataTable.value.clearSelection(); + dataTable.value.clearTable(); } -- 2.26.0