add create patient popup

This commit is contained in:
kandrusyak
2023-09-11 17:08:57 +03:00
committed by andrusyakka
parent 85b68c726b
commit 1ee0e8f0e8
12 changed files with 268 additions and 340 deletions

View File

@@ -164,6 +164,9 @@ export default {
updateInputValue(value, noFilter) {
this.$refs?.selectRef?.updateInputValue(value, noFilter);
},
hidePopup() {
this.$refs?.selectRef?.hidePopup();
},
},
};
</script>