diff --git a/api/wms/dictData.js b/api/wms/dictData.js index dd764e4..570ef4a 100644 --- a/api/wms/dictData.js +++ b/api/wms/dictData.js @@ -25,7 +25,8 @@ export async function getDictionary(dictType ){ }).then(response => { dictionary = response.data; dictionary.map((item) => { - item.text = item.label + item.text = item.label, + item.value = item.value }); }).catch((e)=>{ console.log("获取下拉值数据时出现异常",e)