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'); }