From 45cb528eb8ac836852c391caee5351093cc26232 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 10 Feb 2022 15:42:11 +0800 Subject: [PATCH] 27104 --- src/saas/AppAskForm/components/List.vue | 8 ++++++++ 1 file changed, 8 insertions(+) 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}`) },