From 4aaf86e90a70d6af6460966f0461a6353e955b3a Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 26 Oct 2021 09:16:44 +0800
Subject: [PATCH] +取消控制台打印
---
src/views/securityGuardManagement/dispatchChildoperable copy.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/securityGuardManagement/dispatchChildoperable copy.vue b/src/views/securityGuardManagement/dispatchChildoperable copy.vue
index dfa2ab1..ed12902 100644
--- a/src/views/securityGuardManagement/dispatchChildoperable copy.vue
+++ b/src/views/securityGuardManagement/dispatchChildoperable copy.vue
@@ -326,7 +326,7 @@
// this.onLoad(this.page);
} else if (column.prop == "tab2") {
// this.loading = false;
- console.log(document.getElementsByClassName("el-card__body")[0]);
+ // console.log(document.getElementsByClassName("el-card__body")[0]);
this.onLoad1(this.page1); //第二个表格不会自动执行
}
// this.$message.success(JSON.stringify(column));
@@ -547,7 +547,7 @@
// console.log(this.selectionList1.length);
},
handleDelete1() {
- console.log(this.selectionList1);
+ // console.log(this.selectionList1);
if (this.selectionList1.length === 0) {
this.$message.warning("请选择至少一条数据");
return;
@@ -592,7 +592,7 @@
const data = res.data.data;
this.page1.total = data.total;
this.data1 = data.records;
- console.log(this.data1, 1);
+ // console.log(this.data1, 1);
this.loading1 = false;
});
},
--
Gitblit v1.9.3