diff --git a/modules/supplier/front/bankentity/index.js b/modules/supplier/front/bankentity/index.js index 322afc78f..975b186ef 100644 --- a/modules/supplier/front/bankentity/index.js +++ b/modules/supplier/front/bankentity/index.js @@ -3,6 +3,9 @@ import Component from 'core/lib/component'; import './style.scss'; class Controller extends Component { + open() { + this.$.bankEntityDialog.show(); + } resetLocation() { this.location = {}; }