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

bug218 (app)处理泡货异常页面名称不对。请看截图

parent cc3d052d
......@@ -173,8 +173,11 @@
},
getStatusName (type){
let that = this
var status = that.statusData.find(item=>item.value == type)
return status[that.$lang.label]
if (type !== undefined){
var status = that.statusData.find(item=>item.value == type)
return status[that.$lang.label]
}
},
getStatusData () {
this.$request.getConfig('order_status').then(res => {
......
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