vue file updates selectGroup and form.js

This commit is contained in:
Cüneyt Şentürk
2020-02-17 17:32:30 +03:00
parent d36b6a55e9
commit a3ba91f75e
6 changed files with 26 additions and 7 deletions

View File

@ -297,6 +297,8 @@ const app = new Vue({
this.form.discount = discount;
this.discount = false;
this.onCalculateTotal();
},
onPayment() {

View File

@ -298,6 +298,8 @@ const app = new Vue({
this.form.discount = discount;
this.discount = false;
this.onCalculateTotal();
},
onPayment() {