From b6255cb72f060849b89d649918a9eb9fcf7b3873 Mon Sep 17 00:00:00 2001 From: Kyour Date: Mon, 6 Feb 2023 13:40:39 +0000 Subject: [PATCH] =?UTF-8?q?[fix]=20=E8=BF=87=E6=BB=A4=E5=99=A8select?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=E9=80=89=E9=A1=B9=E9=80=89=E6=8B=A9=E5=90=8E?= =?UTF-8?q?=E8=A2=AB=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kyour --- src/components/scFilterBar/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/scFilterBar/index.vue b/src/components/scFilterBar/index.vue index 4e3653b7..1c47c441 100644 --- a/src/components/scFilterBar/index.vue +++ b/src/components/scFilterBar/index.vue @@ -195,6 +195,8 @@ }, //下拉框显示事件处理异步搜索 async remoteMethod(query, item){ + //无request则不请求异步搜索 + if(!item.field.extend.request) return; if(query !== ''){ item.selectLoading = true; try {