[fix] 过滤器select固定选项选择后被清空
Signed-off-by: Kyour <kyour@vip.qq.com>
This commit is contained in:
parent
1210eeef8b
commit
b6255cb72f
|
@ -195,6 +195,8 @@
|
|||
},
|
||||
//下拉框显示事件处理异步搜索
|
||||
async remoteMethod(query, item){
|
||||
//无request则不请求异步搜索
|
||||
if(!item.field.extend.request) return;
|
||||
if(query !== ''){
|
||||
item.selectLoading = true;
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue