mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 04:14:04 +00:00
removed amount from props
This commit is contained in:
@@ -476,7 +476,6 @@ export default {
|
||||
default: function () {
|
||||
return {
|
||||
id: null,
|
||||
amount: null,
|
||||
bia: null,
|
||||
user_bankslip_path: null,
|
||||
china_bankslip_path: null,
|
||||
@@ -593,7 +592,6 @@ export default {
|
||||
marking,
|
||||
tax,
|
||||
service_charge,
|
||||
amount,
|
||||
bia,
|
||||
rate
|
||||
} = this.booking_details
|
||||
@@ -601,7 +599,6 @@ export default {
|
||||
this.form.formData.marking = marking
|
||||
this.tax = tax
|
||||
this.service_charge = service_charge
|
||||
this.amount = amount
|
||||
this.bia = bia
|
||||
this.rate = rate
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user