From 771e0da9c6082c78a28f5286f89f4f36b05689d3 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 27 Dec 2022 14:31:45 +0800
Subject: [PATCH] 默认更改列表
---
src/views/doublePreventAction/hiddenDanger/inspectionRecord/components/detail.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionRecord/components/detail.vue b/src/views/doublePreventAction/hiddenDanger/inspectionRecord/components/detail.vue
index 95e6f17..b12f906 100644
--- a/src/views/doublePreventAction/hiddenDanger/inspectionRecord/components/detail.vue
+++ b/src/views/doublePreventAction/hiddenDanger/inspectionRecord/components/detail.vue
@@ -131,7 +131,6 @@
},
methods:{
showInspectionRecordForm(type,value) {
- debugger
if (type === '查看') {
this.isShowRecordDialog = true;
let recordFormValue = JSON.parse(JSON.stringify(value));
--
Gitblit v1.9.2