审核重置问题调整

This commit is contained in:
daihh
2022-10-16 18:00:24 +08:00
parent fe22454311
commit 2c80838aff

View File

@@ -410,6 +410,7 @@ export default {
this.examin.detailType = row.type;
this.examin.examineId = row.id;
this.examin.examineName = row.name;
this.auditInfo.pass=true;//审核状态重置回true
this.auditInfo.remark = '';
this.dialogVisible = true;
apiCourse.getAuditInfo({courseId:row.id}).then(res=>{