diff --git a/src/saas/AppAskForm/components/List.vue b/src/saas/AppAskForm/components/List.vue index 44bf042a..79470c8f 100644 --- a/src/saas/AppAskForm/components/List.vue +++ b/src/saas/AppAskForm/components/List.vue @@ -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}`) },