|
@@ -364,6 +364,9 @@ export default {
|
|
|
isPendingAudit == "false" &&
|
|
|
response.data.isWarn &&
|
|
|
!response.data.isAudit;
|
|
|
+ if (response.data.virtualCameraNames === "") {
|
|
|
+ response.data.virtualCameraNames = ";";
|
|
|
+ }
|
|
|
this.examAuditData = new Array(response.data);
|
|
|
var studentId = response.data.studentId;
|
|
|
this.syncCapturePhotoPath = response.data.syncCaptureFileUrl;
|