|
@@ -323,7 +323,9 @@ export default {
|
|
this.search();
|
|
this.search();
|
|
},
|
|
},
|
|
examPaperDetail(courseId, examRecordDataId) {
|
|
examPaperDetail(courseId, examRecordDataId) {
|
|
- window.open("/oe/examPaperDetail/" + courseId + "/" + examRecordDataId);
|
|
|
|
|
|
+ window.open(
|
|
|
|
+ "/admin/oe/examPaperDetail/" + courseId + "/" + examRecordDataId
|
|
|
|
+ );
|
|
},
|
|
},
|
|
gotoCaptureDetail(examRecordDataId) {
|
|
gotoCaptureDetail(examRecordDataId) {
|
|
this.$router.push({
|
|
this.$router.push({
|