shish hace 4 años
padre
commit
ac490dbc61
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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=>{