diff --git a/resources/assets/js/components/AkauntingSelect.vue b/resources/assets/js/components/AkauntingSelect.vue index 6b7cf06cc..865b6b2dc 100644 --- a/resources/assets/js/components/AkauntingSelect.vue +++ b/resources/assets/js/components/AkauntingSelect.vue @@ -610,6 +610,7 @@ export default { // update options this.selectOptions = options; }, + value: function (value) { if (this.multiple) { this.real_model = value; @@ -617,6 +618,7 @@ export default { this.real_model = value.toString(); } }, + model: function (value) { if (this.multiple) { this.real_model = value; diff --git a/resources/assets/js/components/AkauntingSelectRemote.vue b/resources/assets/js/components/AkauntingSelectRemote.vue index 551288418..08a23d395 100644 --- a/resources/assets/js/components/AkauntingSelectRemote.vue +++ b/resources/assets/js/components/AkauntingSelectRemote.vue @@ -368,6 +368,8 @@