Commit 6de4aa5a authored by Smile's avatar Smile

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

parent 36eadf92
...@@ -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