From 10a0146524e226b069b7f7dd9b073988ef3fb633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Thu, 16 Feb 2023 15:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/poser/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 77a2f9e..67cd7b1 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -956,7 +956,6 @@ export default { }, // 多选框选中数据 handleSelectionChange(selection) { - console.log(selection); this.ids = selection.map((item) => item.nurseStationId); this.itemids = selection.map((item) => item.nurseItemId); this.Types = selection.map((item) => item.moduleType); @@ -973,7 +972,7 @@ export default { handleUpdate(row) { this.reset(); const id = row.nurseStationId || this.ids; - const itemid = row.nurseStationId || this.ids; + const itemid = row.nurseItemId || this.itemids; const type = row.moduleType || this.Types; getPoser(type, id, itemid).then((response) => { this.form = response.data;