shish 4 лет назад
Родитель
Сommit
ac490dbc61
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      ghsApp/src/pagesOrder/refund.vue

+ 3 - 0
ghsApp/src/pagesOrder/refund.vue

@@ -171,6 +171,9 @@ export default {
 	},
 	computed:{
 		refundMoneyFun(){
+			if(this.refundType == 2){
+				return
+			}
 			this.refundPrice = 0
 			if(!this.$util.isEmpty(this.product)){
 				this.product.forEach(ele=>{