From 0bd7396fe65e805c4b3d8c54630e32e99a31f292 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Fri, 10 Jun 2022 18:19:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AC=E5=AE=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/WaitAudit.vue | 14 +++++++------- src/views/examine/NotApproved.vue | 10 ++++------ 2 files changed, 11 insertions(+), 13 deletions(-) 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+')'}} + 请先搜索教师,再选择
-
说明
+
说明