@@ -178,7 +178,10 @@
pharmacyPhone: '',
pharmacyFax: '',
};
- showStagPopup('imaging-popup');
+ Vue.nextTick(() => {
+ showStagPopup('imaging-popup');
+ this.initICDAutoSuggest();
+ });
},
savePopupItem: function() {
let form = $('#imagingSingleApp form').first();
- showStagPopup('lab-popup');
+ showStagPopup('lab-popup');
let form = $('#labSingleApp form').first();