From 004f47fd155ebfb45d16def623c4ecb7fa0361e7 Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: 星期四, 31 三月 2022 17:43:11 +0800
Subject: [PATCH] 重大

---
 src/views/safetyproduction/reviewXG.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/safetyproduction/reviewXG.vue b/src/views/safetyproduction/reviewXG.vue
index 7fa0f75..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() {
@@ -251,7 +252,6 @@
     },
        safetyInspectionItemA() {
         safetyInspectionItemMod(this.form).then((res) => {
-          console.log(res)
           if (res.data.code == 200) {
             this.$notify({
               type: "success",
@@ -316,4 +316,4 @@
   background-color: #034ea2;
   border: 1px solid #034ea2;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.2