parent
commit
5fcf2ade1f
  1. 2
      FrontEnd/components/service/content/quantitySelectOption.vue

2
FrontEnd/components/service/content/quantitySelectOption.vue

@ -101,7 +101,7 @@ export default {
this.selectValue = 0;
return 0;
}
return this.tailgate;
return this.tailgate = this.value;
}
},
watch: {

Loading…
Cancel
Save