Commit 1fc9ad18 authored by Smile's avatar Smile Committed by wux

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

parent 09e680a9
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
let that = this let that = this
that.config[key].forEach(function(item,index){ that.config[key].forEach(function(item,index){
if(item.value == value){ if(item.value == value){
label = item[this.$lang.label] label = item[that.$lang.label]
} }
}) })
return 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