feat: 新增包装测试
This commit is contained in:
@@ -256,6 +256,10 @@ function onUpdateReport() {
|
||||
message.info('问卷更新中');
|
||||
return;
|
||||
}
|
||||
if (props.report?.status === 1) {
|
||||
message.info('问卷分析中');
|
||||
return;
|
||||
}
|
||||
|
||||
emits('regenerate');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user