[fix] 过滤器select固定选项选择后被清空

Signed-off-by: Kyour <kyour@vip.qq.com>
This commit is contained in:
Kyour 2023-02-06 13:40:39 +00:00 committed by Gitee
parent 1210eeef8b
commit b6255cb72f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@
},
//
async remoteMethod(query, item){
//request
if(!item.field.extend.request) return;
if(query !== ''){
item.selectLoading = true;
try {