Compare commits

..

No commits in common. "107469a4eac0febaff934b1af47d9e9903969e16" and "1f416af5122b2c45422c8a4808cd64f4fe2a2262" have entirely different histories.

View File

@ -146,13 +146,6 @@ export function getDictTextByCodeAndValue(dictCode,value){
} }
} }
}) })
}else{
let dictObj = dictArray.find(item=>item.value==value)
if(dictObj){
return dictObj.label
}else{
return "未知数据"
}
} }
} }