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