This commit is contained in:
yanran200730
2022-02-10 15:42:11 +08:00
parent 24d3ad3353
commit 45cb528eb8

View File

@@ -216,6 +216,14 @@ export default {
},
toResult () {
if (this.info.dataCount < 1) {
this.$confirm('暂无调查结果信息', '', {
showCancel: false
})
return false
}
this.linkTo(`./Statistical?id=${this.info.id}`)
},