|
@@ -455,9 +455,9 @@ export default {
|
|
|
});
|
|
|
return {
|
|
|
tableName,
|
|
|
- fieldName,
|
|
|
- label: optionConditions.label,
|
|
|
- value: optionConditions.value,
|
|
|
+ selectDataKey: optionConditions[0].selectDataKey,
|
|
|
+ label: optionConditions[0].label,
|
|
|
+ value: optionConditions[0].value,
|
|
|
queryCondition: JSON.stringify(queryCondition),
|
|
|
};
|
|
|
});
|