From f3443aae16b931f2784a53dabd72ecc31565ecde Mon Sep 17 00:00:00 2001 From: longchao <1432334894@qq.com> Date: Wed, 23 Jul 2025 14:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/visitors_new/visitors_new.vue | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pages/visitors_new/visitors_new.vue b/pages/visitors_new/visitors_new.vue index d6f640f..278406b 100644 --- a/pages/visitors_new/visitors_new.vue +++ b/pages/visitors_new/visitors_new.vue @@ -48,7 +48,6 @@ this.$func.toPage("/pages/modify_visitor/modify_visitor?type="+this.type+'&vid='+visitor.id) }, stopModifyVisitor(e) { - console.log(e) }, closeCollapse() { this.isOpen = false @@ -82,8 +81,6 @@ } } - console.log(this.visitorInfo, 88888) - this.pageShow = true }, getVisitorListData(visitor_id){ @@ -105,13 +102,7 @@ this.visitorInfo = visitorinfo this.isOpen = true - // if((this.visitorInfo.single_items && this.visitorInfo.single_items.length > 0) || (this.visitorInfo.treatment_package && Object.keys(this.visitorInfo.treatment_package).length > 0)) { - // this.$emit('hasrecord', 1) - // }else{ - // this.$emit('hasrecord', 0) - // } }); - console.log(this.visitorInfo) } } }