diff --git a/src/views/course/WaitAudit.vue b/src/views/course/WaitAudit.vue index bb388a7b..c669797d 100644 --- a/src/views/course/WaitAudit.vue +++ b/src/views/course/WaitAudit.vue @@ -170,12 +170,12 @@
-
+
-
转审人:{{item.sysCreateBy}}
-
转审时间:{{item.sysCreateTime}}
+
转审人:{{audit.sysCreateBy}}
+
转审时间:{{audit.sysCreateTime}}
-

转审说明:{{item.auditRemark}}

+

转审说明:{{audit.auditRemark}}

@@ -221,11 +221,11 @@ export default { sysTypeListMap:[], resOwnerListMap:[], showDetails:false, + audit:{}, examin:{ detailType: '', examineId: '', examineName: '', - audit:[], }, paperJson:{items:[]}, courseType: courseType, @@ -423,7 +423,7 @@ export default { window.open(this.webBaseUrl+routeData.href, '_blank'); }, toExamine(row) { - console.log(row,'row'); + this.audit = {}; this.examin.detailType = row.type; this.examin.examineId = row.id; this.examin.examineName = row.name; @@ -431,7 +431,7 @@ export default { this.dialogVisible = true; apiCourse.getAuditInfo({courseId:row.id}).then(res=>{ if(res.status == 200) { - this.examin.audit = res.result; + this.audit = res.result[0]; } else { this.$message.error(res.message); } diff --git a/src/views/examine/NotApproved.vue b/src/views/examine/NotApproved.vue index d3b55062..0d83a9da 100644 --- a/src/views/examine/NotApproved.vue +++ b/src/views/examine/NotApproved.vue @@ -192,16 +192,14 @@ -
- - +
+ {{u.name+'('+u.code+')'}} + 请先搜索教师,再选择
-
说明
+
说明