mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Update: Vue 2 to Vue 3 with Typescript, node 14 to node 22, Jenkinsfile, Dockerfile, vapor.yml (Post PROD Deployment)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<div class="col">
|
||||
<validation-wrapper-component :validator="v$.amount_to_edit">
|
||||
<label class="muted">Booking Amount ({{data.fixed_currency.short_code}})</label>
|
||||
<input type="text" class="form-control" v-model="amount_to_edit" v-money3="money">
|
||||
<input type="text" class="form-control" v-model.lazy="amount_to_edit" v-money3="money">
|
||||
</validation-wrapper-component>
|
||||
</div>
|
||||
</div>
|
||||
@@ -84,6 +84,7 @@ const submitForm = async () => {
|
||||
successHandler: () => {
|
||||
closeModal();
|
||||
formHandler();
|
||||
queueStore.reloadList({ name: "bookingDetailSection" });
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user