From 3dba7054b104267983ab1d76db382023c58511fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=B1=E5=86=A0=E5=AD=A6?= <1109935898@qq.com> Date: Thu, 14 Nov 2024 14:57:30 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E5=8C=85=E8=A3=85?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DataAnalyse/insight/components/InsightShare.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/DataAnalyse/insight/components/InsightShare.vue b/src/views/DataAnalyse/insight/components/InsightShare.vue index a2e08542..3bc0269c 100644 --- a/src/views/DataAnalyse/insight/components/InsightShare.vue +++ b/src/views/DataAnalyse/insight/components/InsightShare.vue @@ -256,6 +256,10 @@ function onUpdateReport() { message.info('问卷更新中'); return; } + if (props.report?.status === 1) { + message.info('问卷分析中'); + return; + } emits('regenerate'); }