Commit b16c0db5 authored by Smile's avatar Smile Committed by wux

fix:异常查看订单接口有数据返回,前端无数据显示

parent 48688157
......@@ -134,7 +134,7 @@
let that = this
that.config[key].forEach(function(item,index){
if(item.value == value){
label = item[this.$lang.label]
label = item[that.$lang.label]
}
})
return label
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment