From 0b0876c987aee5e7b8c8537c0ea2013a1d1ad8fc Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期三, 20 四月 2022 23:15:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'remotes/origin/lyf' into master

---
 src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue b/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue
index 41fb719..6b19ccb 100644
--- a/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue
+++ b/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue
@@ -461,6 +461,7 @@
                     }
                     setTimeout(() => {
                         this.$refs.inspectionPoint.inspectionPointData = []
+                        this.$refs.inspectionPoint.ifEdit = false
                     });
                 }else{
                     this.ifShow = true
@@ -474,6 +475,7 @@
                     // this.inspectionTaskForm.noticeUid = value.noticeUname
                      setTimeout(() => {
                         this.$refs.inspectionPoint.inspectionPointData =  this.inspectionTaskForm.checkContents
+                        this.$refs.inspectionPoint.ifEdit = true
                     });  
                 }
             },

--
Gitblit v1.9.2