From 1fce0b643b1b8bd5d443efb3ff0074caab3c5dba Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期四, 31 三月 2022 17:07:56 +0800 Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf --- src/views/safetyproduction/checklist.vue | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/views/safetyproduction/checklist.vue b/src/views/safetyproduction/checklist.vue index 6cf3e28..64deeee 100644 --- a/src/views/safetyproduction/checklist.vue +++ b/src/views/safetyproduction/checklist.vue @@ -357,15 +357,12 @@ }, beforTree() { safetyInspectionItemTree().then((res) => { - console.log(res); this.tree = res.data.result; }); }, safetyInspectionItemL(data) { - // console.log(data) this.listQuery.filter.elementB = data.value; safetyInspectionItemList(this.listQuery).then((res) => { - // console.log(res.data.result.records); this.list = res.data.result.records; }); }, @@ -386,7 +383,6 @@ } else { this.disabled = true; var i = this.list.findIndex((item) => item.id == id); - console.log(id); this.form = this.list[i]; } }, -- Gitblit v1.9.2