From 9e772e411a4717464094af26262968775f0b29a3 Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Tue, 3 Jan 2023 14:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E5=86=99=E6=96=B9=E5=BC=8F=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/building/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/building/index.vue b/src/views/building/index.vue index 02afacf..069415f 100644 --- a/src/views/building/index.vue +++ b/src/views/building/index.vue @@ -1027,7 +1027,7 @@ export default { data: { }, }).then((res) => { - console.log(res) + // console.log(res) if(res.code==0){ this.projectlist = res.data||[] this.languageList = res.data&&res.data[0].list||[] @@ -1275,7 +1275,7 @@ export default { this.$api.api .editZkhouse(this.ruleForm) .then((res) => { - console.log(res); + // console.log(res); if (res.code == 0) { this.dialogVisible = false; setTimeout(() => {