md
This commit is contained in:
parent
0da7c0ca5b
commit
77d78df021
@ -1531,7 +1531,9 @@ methods: {
|
||||
},
|
||||
calcDestSite(){
|
||||
let queryParams = {
|
||||
province:this.form.reciever.province
|
||||
province:this.form.reciever.province,
|
||||
city:this.form.reciever.city,
|
||||
county:this.form.reciever.county
|
||||
};
|
||||
if(this.form.reciever.province){
|
||||
getDestSite(queryParams).then(response => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user