diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index 638677c..5eb6572 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -910,16 +910,16 @@ 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