Browse Source

推荐代理

pull/102/head
pengda 4 weeks ago
parent
commit
62eeb86963
  1. 4
      src/views/agent/Franchise.vue

4
src/views/agent/Franchise.vue

@ -189,8 +189,8 @@ export default {
Footer
},
mounted(){
if(this.$route.aid){
this.form.recommended_aid = this.$route.aid;
if(this.$route.query.aid){
this.form.recommended_aid = this.$route.query.aid;
}
},
computed: {

Loading…
Cancel
Save