|
@@ -690,6 +690,15 @@ export default {
|
|
});
|
|
});
|
|
},
|
|
},
|
|
gotoCaptureDetail(examRecordDataId) {
|
|
gotoCaptureDetail(examRecordDataId) {
|
|
|
|
+ if (!this.form.examId) {
|
|
|
|
+ this.$notify({
|
|
|
|
+ title: "警告",
|
|
|
|
+ message: "请选择考试",
|
|
|
|
+ type: "warning",
|
|
|
|
+ duration: 2000,
|
|
|
|
+ });
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
let pendingOperate = !this.currentPagePrivileges.PENDING_OPERATE;
|
|
let pendingOperate = !this.currentPagePrivileges.PENDING_OPERATE;
|
|
let searchParam = JSON.parse(JSON.stringify(this.form));
|
|
let searchParam = JSON.parse(JSON.stringify(this.form));
|
|
this.$router.push({
|
|
this.$router.push({
|