上传
This commit is contained in:
@@ -214,7 +214,7 @@ async function getCurdSchemas() {
|
||||
try {
|
||||
const data = await getSimpleFieldList()
|
||||
data.forEach((elem) => {
|
||||
if (elem.field == 'followUser') {
|
||||
if (elem.field == 'followUser' || elem.field == 'convertPeople') {
|
||||
elem.search.options = userOptions.value
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user