add create patient popup
This commit is contained in:
@@ -164,6 +164,9 @@ export default {
|
||||
updateInputValue(value, noFilter) {
|
||||
this.$refs?.selectRef?.updateInputValue(value, noFilter);
|
||||
},
|
||||
hidePopup() {
|
||||
this.$refs?.selectRef?.hidePopup();
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user