From 5dc4fc6b103f0605f6149edc4ea1c10b57d66728 Mon Sep 17 00:00:00 2001
From: lct123456 <lucht>
Date: Wed, 20 Apr 2022 21:18:37 +0800
Subject: [PATCH] 组件通信
---
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