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/resource/attachOnce.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/resource/attachOnce.vue b/src/views/resource/attachOnce.vue
index 52d20e6..4054535 100644
--- a/src/views/resource/attachOnce.vue
+++ b/src/views/resource/attachOnce.vue
@@ -302,12 +302,12 @@
getTemplate(params, 1, 50).then((res) => {
//获取模板
const mobel = res.data.data.records;
- console.log(mobel);
+ // console.log(mobel);
params["userid"] = this.$route.query.deptid;
getUseInfor(params).then((res) => {
//处理对应数据
const data = res.data.data.records[0];
- console.log(data);
+ // console.log(data);
if (data == [] || data == undefined) {
this.data = [];
this.loading = false;
@@ -321,7 +321,7 @@
id: +id[k] + 1,
});
}
- console.log(this.data);
+ // console.log(this.data);
for (let n in this.data) {
//处理模板
for (let m in mobel) {
--
Gitblit v1.9.3