From 7f9eb61d710569dd01daf33dfe88cbc2c30947e9 Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: Fri, 01 Apr 2022 10:32:21 +0800
Subject: [PATCH] fix
---
src/views/safetyproduction/reviewXG.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/safetyproduction/reviewXG.vue b/src/views/safetyproduction/reviewXG.vue
index 572ea86..483b110 100644
--- a/src/views/safetyproduction/reviewXG.vue
+++ b/src/views/safetyproduction/reviewXG.vue
@@ -226,7 +226,8 @@
this.index = this.form.deductionList.findIndex(
(item) => item.name == val.name
);
- this.formInline = val;
+ // this.formInline = val;
+ this.formInline=JSON.parse(JSON.stringify(val));
}
},
listAdd() {
@@ -315,4 +316,4 @@
background-color: #034ea2;
border: 1px solid #034ea2;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.2