From 8b255bc2c4fdbedd48e3b6473acc1eb91e9e6739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Wed, 22 Feb 2023 16:48:52 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 1b3cf06..e05d358 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -942,14 +942,14 @@ export default { }, /** 删除按钮操作 */ handleDelete(row) { - const ids = row.id || this.ids; - const nurseStationIds = row.nurseStationId || this.nurseStationIds; - const moduleTypes = row.moduleType || this.moduleTypes; - const nurseItemIds = row.nurseItemId || this.nurseItemIds; - if (!nurseStationIds) { + var ids = row.id || this.ids; + var nurseStationIds = row.nurseStationId || this.nurseStationIds; + var moduleTypes = row.moduleType || this.moduleTypes; + var nurseItemIds = row.nurseItemId || this.nurseItemIds; + if (nurseStationIds == undefined) { nurseStationIds = ""; } - if (!nurseItemIds) { + if (nurseItemIds == undefined) { nurseItemIds = ""; } this.$modal