|
@@ -364,9 +364,6 @@ 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;
|