Commit 50e173e6 authored by youjie's avatar youjie

no message

parent 1e8e455c
......@@ -111,7 +111,7 @@ const ProductTypeEnum = Object.freeze({
value: 14,
desc: '送机产品'
},
VISARTER: {
VISA: {
value: 15,
desc: '签证产品'
}
......@@ -134,7 +134,6 @@ const mappingListType = (value) => {
return x.indexOf(value) != -1
})
console.log(val,value)
if (val && val > 0) {
return EnumHelper.ParseToEnum(ListProductTypeEnum, val, 'value')
}
......
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