Commit df8aa863 authored by 高滢's avatar 高滢

feat(首页): 控制台错误

parent bb59d17b
......@@ -307,7 +307,7 @@
<el-progress
:percentage="itemChiid.taskNum"
color="#1A6FD7"
show-text="true"
:show-text="true"
:stroke-width="15"
:format="format"
></el-progress>
......@@ -352,7 +352,9 @@ export default {
averageInspectionRate: [],
taskCompleted: [],
taskCompletedGroup: [],
userCaseMsg: {}
userCaseMsg: {
riskLevel: []
}
}
},
created() {
......@@ -367,7 +369,6 @@ export default {
getTestHome() {
selectTest({ name: '汽车整车信息安全技术要求' }).then(res => {
this.userCaseMsg = res.data
console.log('res', res)
})
},
riskLevelFilter(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