From 004f47fd155ebfb45d16def623c4ecb7fa0361e7 Mon Sep 17 00:00:00 2001 From: Kxc0822a <kxc000822> Date: 星期四, 31 三月 2022 17:43:11 +0800 Subject: [PATCH] 重大 --- src/views/majorHazardSourceMonitoring/productionEquipment/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/majorHazardSourceMonitoring/productionEquipment/index.vue b/src/views/majorHazardSourceMonitoring/productionEquipment/index.vue index a2d0b13..5da8ba6 100644 --- a/src/views/majorHazardSourceMonitoring/productionEquipment/index.vue +++ b/src/views/majorHazardSourceMonitoring/productionEquipment/index.vue @@ -239,7 +239,7 @@ }; } else { this.title = "编辑"; - this.form = value; + this.form=JSON.parse(JSON.stringify(value)); } }, AddelementManagement() { -- Gitblit v1.9.2