Commit f7bea40f authored by xhx's avatar xhx

9/25

parent 8a38db57
......@@ -99,7 +99,9 @@ export default Vue.extend({
if (item.value) {
let name = ''
for (let i of item.options) {
name = item.value === i.ID ? i.Name : ''
if (i.ID === item.value) {
name = i.Name
}
}
levelList.push({ value: item.value, name })
} else {
......
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