Commit d98b2917 authored by 华国豪's avatar 华国豪 🙄
parents b6392659 60b3b70d
This diff is collapsed.
......@@ -591,7 +591,10 @@
},
},
mounted(){
this.id=this.$route.query.id
this.id=this.$route.query.id;
if(this.$route.query.num){
this.type=Number(this.$route.query.num);
}
this.getCustomerBrandList()
this.getMyCustomerInfo()
this.getVisitList()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment