fix : 选择框为远程搜索解决卡顿问题

This commit is contained in:
2024-08-07 22:51:04 +08:00
parent cab7311cfb
commit 0250e3008b
12 changed files with 41 additions and 29 deletions

View File

@@ -110,6 +110,7 @@ const searchConfig = reactive([
props: {
placeholder: '请选择状态',
clearable: true,
filterable:true,
cacheKey: 'demand_summary',
remote: true
}