优化逻辑

This commit is contained in:
weipengfei 2023-07-22 15:55:07 +08:00
parent 341d78b79c
commit 060802eb07

View File

@ -107,7 +107,7 @@
}, },
props: ['id','type'], props: ['id','type'],
mounted() { 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); this.initContract(this.$props.id, this.$props.type||null);
}, },
methods: { methods: {