@@ -163,6 +163,7 @@
const data = ref({})
function init() {
+ //
specialtySelect().then(resp => {
data.value = resp
})