@@ -229,6 +199,7 @@ export default {
examin:{
detailType: '',
examineId: '',
+ auditId:'',
examineName: '',
},
paperJson:{items:[]},
@@ -304,15 +275,7 @@ export default {
this.loadSysTypes();
},
methods: {
- remarksInterception(info){
- let name = '';
- if(info == '' || info == null || info == undefined) {
- name = '--';
- } else {
- name = info.split('请')[0];
- }
- return name;
- },
+
getseatch(){
this.params.pageIndex= 1;
this.searchData();
@@ -348,7 +311,7 @@ export default {
//预览跳转页面
toPreview(row) {
if(row.type == 10) {
-
+
window.open(`${this.webBaseUrl}/course/microPreview?id=${row.id}`);
} else{
window.open(`${this.webBaseUrl}/course/rePreview?id=${row.id}`);
@@ -359,7 +322,8 @@ export default {
examineData(flag) {
if(this.isExamine == 1) {
let params = {
- id:this.examin.examineId,//课程id,
+ auditId:this.examin.auditId,
+ courseId:this.examin.examineId,//课程id,
title:this.examin.examineName,//课程的名称,
pass: this.auditInfo.pass,//Boolean 是否通过,
remark: this.auditInfo.remark// 备注
@@ -395,7 +359,7 @@ export default {
},
// 课程查询
async searchData() {
-
+
this.params.resOwner1 = this.resOwner[0];
this.params.resOwner2 = this.resOwner[1];
this.params.resOwner3 = this.resOwner[2];
@@ -407,7 +371,7 @@ export default {
this.params.sysType3 = this.sysTypeList[2];
try {
this.loading = true;
- const {result, status,message} = await apiCourse.auditList(this.params);
+ const {result, status,message} = await apiCourse.teacherAuditList(this.params);
if(status === 200) {
this.pageData = result.list;
@@ -437,6 +401,7 @@ export default {
},
toExamine(row) {
this.audit = {};
+ this.examin.auditId=row.auditId;
this.examin.detailType = row.type;
this.examin.examineId = row.id;
this.examin.examineName = row.name;
diff --git a/src/views/examine/NotApproved.vue b/src/views/examine/NotApproved.vue
index b5fe1190..ac433ff5 100644
--- a/src/views/examine/NotApproved.vue
+++ b/src/views/examine/NotApproved.vue
@@ -5,7 +5,7 @@
-
+
@@ -14,6 +14,7 @@
+
搜索
重置
-
+
{{courseInfo.source == 2?'外部':'内部'}}
+ {{orgName}}
{{courseInfo.forUsers}}
{{courseInfo.device == 3? '多端可见': courseInfo.device == 2?'移动端可见':'PC端可见'}}
@@ -60,7 +61,7 @@
-
+
上传为16:9(如:800*450)的png或jpg图片
@@ -93,6 +94,11 @@
+
+
+ 选择
+
+
@@ -216,7 +222,7 @@
-
+