From 060802eb0715d097d09e1ce2b101381b784e534e Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sat, 22 Jul 2023 15:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/company/company.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/company/company.vue b/components/company/company.vue index a83c9de..2238972 100644 --- a/components/company/company.vue +++ b/components/company/company.vue @@ -107,7 +107,7 @@ }, props: ['id','type'], mounted() { - console.log(this.$props.type, this.$props.id); + // console.log(this.$props.type, this.$props.id); this.initContract(this.$props.id, this.$props.type||null); }, methods: {