mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 14:56:44 +08:00
审核重置问题调整
This commit is contained in:
@@ -410,6 +410,7 @@ export default {
|
|||||||
this.examin.detailType = row.type;
|
this.examin.detailType = row.type;
|
||||||
this.examin.examineId = row.id;
|
this.examin.examineId = row.id;
|
||||||
this.examin.examineName = row.name;
|
this.examin.examineName = row.name;
|
||||||
|
this.auditInfo.pass=true;//审核状态重置回true
|
||||||
this.auditInfo.remark = '';
|
this.auditInfo.remark = '';
|
||||||
this.dialogVisible = true;
|
this.dialogVisible = true;
|
||||||
apiCourse.getAuditInfo({courseId:row.id}).then(res=>{
|
apiCourse.getAuditInfo({courseId:row.id}).then(res=>{
|
||||||
|
|||||||
Reference in New Issue
Block a user