From 133efd09bfc7dfc7d549d00b46adde691b0518a8 Mon Sep 17 00:00:00 2001
From: songhuangfeng123 <shf18767906695@163.com>
Date: Wed, 18 May 2022 15:47:21 +0800
Subject: [PATCH] 删除打印
---
src/views/safetyproduction/gojudging.vue | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/views/safetyproduction/gojudging.vue b/src/views/safetyproduction/gojudging.vue
index c561318..67f708e 100644
--- a/src/views/safetyproduction/gojudging.vue
+++ b/src/views/safetyproduction/gojudging.vue
@@ -178,7 +178,6 @@
})
.then(() => {
safetySelfInspectionFinish({ id: this.id }).then((res) => {
- console.log(123, res);
if (res.data.code === "200") {
this.$notify({
title: "成功",
@@ -213,7 +212,6 @@
arr[i].child.points = arr[i].child.point;
}
this.lists = arr;
- console.log("tag", arr);
});
},
checkSameDataA(resData) {
@@ -246,7 +244,6 @@
dataInfo[elementBName].child.push(item);
});
let list = Object.values(dataInfo); // list 转换成功的数据
- // console.log("数据",list)
for (var i = 0; i < list.length; i++) {
var pot = list[i].points;
for (var j = 0; j < list[i].child.length; j++) {
--
Gitblit v1.9.2