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: {