From e55393fe37469411fc2b0c8323c9ae07d587be8e Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Wed, 18 May 2022 17:35:38 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/ztqt
---
src/views/safetyproduction/new.vue | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/views/safetyproduction/new.vue b/src/views/safetyproduction/new.vue
index cb0e53c..f0c84be 100644
--- a/src/views/safetyproduction/new.vue
+++ b/src/views/safetyproduction/new.vue
@@ -234,7 +234,6 @@
safetyInspectionItemId: "",
}
arr[i].child[j].deductionList= arr[i].child[j].selfDeductionList
- console.log(arr[i].child[j])
capB.safetySelfInspectionId=arr[i].child[j].safetySelfInspectionId
capB.safetyInspectionItemId=arr[i].child[j].safetyInspectionItemId
cser.push(capB)
@@ -393,7 +392,6 @@
this.$refs["form"].validate((valid) => {
if (valid) {
if (this.id == "添加") {
- console.log("添加",this.form)
safetySelfInspectionAdd(this.form).then((res) => {
if (res.data.code == 200) {
this.dialogVisible = false;
@@ -409,7 +407,6 @@
}
});
} else if (this.id == "编辑") {
- console.log('编辑',this.form)
safetySelfInspectionMod(this.form).then((res) => {
this.dialogVisible = false;
this.$notify({
--
Gitblit v1.9.2