diff --git a/vue_ui/src/lib/components/select.vue b/vue_ui/src/lib/components/select.vue index 1b52b0cb6c06142a8cd7f83ecc7dd389bdf395a5..842bafd0204b6b03c02fe0365818ddfa45306fe4 100644 --- a/vue_ui/src/lib/components/select.vue +++ b/vue_ui/src/lib/components/select.vue @@ -10,7 +10,7 @@ :allow-create="isAllowCreate" :default-first-option="isDefaultFirstOption" @change="_change" - :remote-method="remoteMethod" + :remote-method="remote?remoteMethod:''" :placeholder="placeholder" >