|
|
@@ -180,7 +180,7 @@ export default {
|
|
|
getDictList(code, toListKey) {
|
|
|
getDictionary({ code }).then((res) => {
|
|
|
this[toListKey] = res.data.data.map((item) => {
|
|
|
- return { label: item.dictValue, value: item.dictKey };
|
|
|
+ return { label: item.dictValue, value: item.dictKey.toLowerCase() };
|
|
|
});
|
|
|
});
|
|
|
},
|