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

fix: 清除eslint报错

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