|
@@ -454,7 +454,7 @@ export default {
|
|
return r;
|
|
return r;
|
|
});
|
|
});
|
|
return {
|
|
return {
|
|
- tableName,
|
|
|
|
|
|
+ tableName: optionConditions[0].tableName,
|
|
selectDataKey: optionConditions[0].selectDataKey,
|
|
selectDataKey: optionConditions[0].selectDataKey,
|
|
label: optionConditions[0].label,
|
|
label: optionConditions[0].label,
|
|
value: optionConditions[0].value,
|
|
value: optionConditions[0].value,
|