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

Merge pull request !48 from Kyour/N/A
This commit is contained in:
sakuya 2023-02-07 01:29:24 +00:00 committed by Gitee
commit 5ce0aefc12
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 {