Commit f4cbd138 authored by Smile's avatar Smile

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

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