This commit is contained in:
2025-08-30 17:05:48 +08:00
parent 21737cde3c
commit 518d64bca4
14 changed files with 6106 additions and 6043 deletions

View File

@@ -238,7 +238,7 @@ async function getCurdSchemas() {
loading.value = true
try {
const data = await getSimpleFieldList()
searchFieldList.value = data.filter((it) => it.isCustom)
searchFieldList.value = data.filter((it) => it.isCustom && it.isSearch)
data.forEach((elem) => {
if (['followUser', 'convertPeople'].includes(elem.field)) {
elem.search.options = userOptions.value