|
@@ -223,7 +223,7 @@ const getMessage = (e: any) => {
|
|
examState.value = e.data;
|
|
examState.value = e.data;
|
|
if (e.data === 3) {
|
|
if (e.data === 3) {
|
|
initProject();
|
|
initProject();
|
|
- if (showTestAgain.value) {
|
|
|
|
|
|
+ if (!isLongRun && showTestAgain.value) {
|
|
reportListRef.value.getIniReportList();
|
|
reportListRef.value.getIniReportList();
|
|
}
|
|
}
|
|
}
|
|
}
|