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