【fix】处理JSelectBizComponent查询用户的问题

This commit is contained in:
zer0Black
2023-05-30 14:31:57 +08:00
parent e2a76d068b
commit 2bcd9a0984
3 changed files with 7 additions and 3 deletions
+3 -2
View File
@@ -587,9 +587,10 @@ export default {
value: '3'
}],
// 选择用户查询条件配置
// 选择用户查询条件配置,queryModel有eq和like两种,
// eq即精准查询,like即模糊查询,默认为like
selectUserQueryConfig: [
{ key: 'phone', label: '电话' }
{ key: 'phone', label: '电话', queryModel: 'eq' }
]
}
},