feat: 新增包装测试

This commit is contained in:
钱冠学
2024-11-14 14:57:30 +08:00
parent 47f36eef18
commit 3dba7054b1

View File

@@ -256,6 +256,10 @@ function onUpdateReport() {
message.info('问卷更新中');
return;
}
if (props.report?.status === 1) {
message.info('问卷分析中');
return;
}
emits('regenerate');
}