|
@@ -52,7 +52,7 @@ const getOptions = async () => {
|
|
|
if (props.config?.formId === 'engineer_users_id_1') {
|
|
|
options.value = options.value.map((item) => {
|
|
|
return {
|
|
|
- label: `${item.name}_${item.supplierName}`,
|
|
|
+ label: `${item.name}_${item.supplierName}_${item.mobileNumber}`,
|
|
|
value: item.userId,
|
|
|
};
|
|
|
});
|