fix : 选择框为远程搜索解决卡顿问题
This commit is contained in:
@@ -54,7 +54,8 @@ const searchConfig = ref([
|
||||
clearable: true,
|
||||
data: [],
|
||||
filterable: true,
|
||||
checkStrictly: true
|
||||
checkStrictly: true,
|
||||
remote:true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -125,6 +126,7 @@ const searchConfig = ref([
|
||||
placeholder: '请选择状态',
|
||||
clearable: true,
|
||||
cacheKey: 'project_filing',
|
||||
filterable: true,
|
||||
remote: true
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user