Allow to use the AkauntingSelectRemote component in a modal dialog.
This commit is contained in:
parent
067f7e5635
commit
2e16c1b94b
@ -59,6 +59,7 @@ import AkauntingModal from './AkauntingModal';
|
|||||||
import AkauntingMoney from './AkauntingMoney';
|
import AkauntingMoney from './AkauntingMoney';
|
||||||
import AkauntingRadioGroup from './forms/AkauntingRadioGroup';
|
import AkauntingRadioGroup from './forms/AkauntingRadioGroup';
|
||||||
import AkauntingSelect from './AkauntingSelect';
|
import AkauntingSelect from './AkauntingSelect';
|
||||||
|
import AkauntingSelectRemote from './AkauntingSelectRemote';
|
||||||
import AkauntingDate from './AkauntingDate';
|
import AkauntingDate from './AkauntingDate';
|
||||||
import AkauntingRecurring from './AkauntingRecurring';
|
import AkauntingRecurring from './AkauntingRecurring';
|
||||||
|
|
||||||
@ -138,9 +139,9 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
created: function () {
|
created: function () {
|
||||||
let documentClasses = document.body.classList;
|
let documentClasses = document.body.classList;
|
||||||
|
|
||||||
documentClasses.add("modal-open");
|
documentClasses.add("modal-open");
|
||||||
},
|
},
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
@ -154,6 +155,7 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
AkauntingRadioGroup,
|
AkauntingRadioGroup,
|
||||||
AkauntingSelect,
|
AkauntingSelect,
|
||||||
|
AkauntingSelectRemote,
|
||||||
AkauntingModal,
|
AkauntingModal,
|
||||||
AkauntingMoney,
|
AkauntingMoney,
|
||||||
AkauntingDate,
|
AkauntingDate,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user