Commit cc810b68 authored by 黄媛媛's avatar 黄媛媛

update

parent 8dddb1d8
This diff is collapsed.
...@@ -591,7 +591,10 @@ ...@@ -591,7 +591,10 @@
}, },
}, },
mounted(){ 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.getCustomerBrandList()
this.getMyCustomerInfo() this.getMyCustomerInfo()
this.getVisitList() 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