shish 3 лет назад
Родитель
Сommit
1654b1eb28
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      hdApp/src/admin/billing/affirmGhsBook.vue

+ 1 - 0
hdApp/src/admin/billing/affirmGhsBook.vue

@@ -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