From 4ae10eaf3d7be607891ba053be561d60f6f4fec1 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 30 五月 2025 15:33:01 +0800 Subject: [PATCH] 设备看板设备检索展示label由设备编号调整为设备编号+设备安装位置 --- src/views/mdc/base/modules/EquipmentStandbyShutDown/EquipmentStandbyShutdownModal.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/modules/EquipmentStandbyShutDown/EquipmentStandbyShutdownModal.vue b/src/views/mdc/base/modules/EquipmentStandbyShutDown/EquipmentStandbyShutdownModal.vue index 957eafe..bcef3b4 100644 --- a/src/views/mdc/base/modules/EquipmentStandbyShutDown/EquipmentStandbyShutdownModal.vue +++ b/src/views/mdc/base/modules/EquipmentStandbyShutDown/EquipmentStandbyShutdownModal.vue @@ -142,7 +142,7 @@ }, edit(record) { - this.model = Object.assign({}, record) + this.model = Object.assign({}, record, { equipmentIds: record.equipmentId }) this.getDowntimeDescriptionListByApi() if (this.model.downtimeType === null) { delete this.model.downtimeType -- Gitblit v1.9.3