From 95f739847db774162b0e63a4dae12f6c3459fbb1 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 25 Nov 2024 17:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E5=B0=91=E5=85=A8=E9=80=89=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/communityService/measure/housePoints.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/modules/communityService/measure/housePoints.vue b/src/views/modules/communityService/measure/housePoints.vue index 45502867b..ab95d1aec 100644 --- a/src/views/modules/communityService/measure/housePoints.vue +++ b/src/views/modules/communityService/measure/housePoints.vue @@ -27,6 +27,7 @@ style="width: 100%" class="resi-table" @select="handleSelection" + @select-all="selectAll" > @@ -298,6 +299,9 @@ export default { handleSelection(val) { this.selectionList = [...val] }, + selectAll (selection) { + this.selectionList = selection + }, handleSizeChange(val) { console.log(`每页 ${val} 条`) this.pageSize = val