From 8755629b2e4b69f8bb983b3e759d9fcb124ef35f Mon Sep 17 00:00:00 2001 From: zhoufuwei Date: Tue, 26 Jul 2022 03:21:04 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=8C=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E5=85=88=E6=90=9C=E4=B8=80=E4=B8=AA=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=EF=BC=8C=E6=98=BE=E7=A4=BA=E6=97=A0?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E6=95=B0=E6=8D=AE=EF=BC=8C=E5=86=8D=E9=80=89?= =?UTF-8?q?=E4=B8=80=E6=9D=A1=E6=95=B0=E6=8D=AE=EF=BC=8C=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E7=82=B9=E5=BC=80=E4=B8=8B=E6=8B=89=E6=A1=86=EF=BC=8C=E6=97=A0?= =?UTF-8?q?=E5=8C=B9=E9=85=8D=E6=95=B0=E6=8D=AE=E8=BF=98=E5=9C=A8=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue_ui/src/lib/components/select.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue_ui/src/lib/components/select.vue b/vue_ui/src/lib/components/select.vue index 1b52b0cb6..842bafd02 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" >