提交 fdc1e349 authored 作者: pengxiaohui's avatar pengxiaohui

fix: 清除eslint报错

上级 22f8828e
......@@ -41,7 +41,7 @@ export default {
if (flag) {
this.$router.push(item.path)
} else {
this.$message.error('先完成产品分析报告,再进行' + item.label)
this.$message.error('先完成产品分析报告,再进行' + item.label)
}
} else {
this.$router.push(item.path)
......@@ -56,7 +56,7 @@ export default {
} else {
resolve(false)
}
}).catch(err => resolve(false))
}).catch(() => resolve(false))
})
}
}
......
......@@ -36,7 +36,7 @@ export default {
axisLine: {
show: true,
lineStyle: {
color: '#333'
color: '#333'
}
},
axisLabel: {
......
......@@ -7,4 +7,4 @@ export default {
return {}
}
}
</script>
\ No newline at end of file
</script>
......@@ -121,7 +121,7 @@ export default {
}
this.initQuestions(questions, selection)
this.handleChoiceSelect()
}).catch(err => {
}).catch(() => {
if (!(this.$store.state.case && this.$store.state.case.id)) {
this.$alert('请先选择完成产品分析案例选择,再进行用户分析', {
confirmButtonText: '回到首页',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论