Commit 7ef874e6 by xiehao

fix:修复了问题类型

1 parent 89509de4
......@@ -417,7 +417,7 @@ export default {
item['caseType_'] = result1 ? result1.label : ''
item['projectType_'] = result2 ? result2.label : ''
item['problemType_'] = result2 ? result3.label : ''
item['problemType_'] = result2 ? result3?.label : ''
item['problemLevel_'] = result2 ? result4.label : ''
})
this.pager.current = res.data.current
......
......@@ -323,7 +323,7 @@ export default {
item['caseType_'] = result1 ? result1.label : ''
item['projectType_'] = result2 ? result2.label : ''
item['problemType_'] = result2 ? result3.label : ''
item['problemType_'] = result2 ? result3?.label : ''
item['problemLevel_'] = result2 ? result4.label : ''
})
this.pager.current = res.data.current
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!