From ce376910606b3a3885dbeca0628721e0035d4d43 Mon Sep 17 00:00:00 2001 From: metersphere-bot <78466014+metersphere-bot@users.noreply.github.com> Date: Wed, 21 Apr 2021 21:43:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81=20(?= =?UTF-8?q?#2167)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: chenjianxing --- .../src/business/components/common/components/table/MsTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/common/components/table/MsTable.vue b/frontend/src/business/components/common/components/table/MsTable.vue index fd6c16e01e..081b471259 100644 --- a/frontend/src/business/components/common/components/table/MsTable.vue +++ b/frontend/src/business/components/common/components/table/MsTable.vue @@ -237,6 +237,7 @@ export default { clear() { this.selectRows.clear(); this.selectDataCounts = 0; + }, checkTableRowIsSelect() { checkTableRowIsSelect(this, this.condition, this.data, this.$refs.table, this.selectRows); }