|
|
@@ -173,6 +173,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
this.list = list
|
|
|
+ this.calcFreight()
|
|
|
this.calcPrice()
|
|
|
},
|
|
|
computed: {
|
|
|
@@ -207,7 +208,7 @@ export default {
|
|
|
weight = Number(weight).toFixed(2)
|
|
|
|
|
|
let params = {
|
|
|
- ghsId: this.options.id,
|
|
|
+ account: this.options.account,
|
|
|
weight:weight
|
|
|
};
|
|
|
freight(params).then(res => {
|