|
|
@@ -363,6 +363,7 @@ export default {
|
|
|
changeTransType(num){
|
|
|
let that = this
|
|
|
this.form.transType = num
|
|
|
+ this.form.sendCost = 0
|
|
|
if(this.getDictionariesInfo.transCost && !this.$util.isEmpty(this.getDictionariesInfo.transCost)){
|
|
|
let weight = this.allCountFun.weight ? Number(this.allCountFun.weight) : 0
|
|
|
let totalNum = this.allCountFun.bigLength ? Number(this.allCountFun.bigLength) : 0
|