From 2c80838aff105ad587b1c6aa8a742c61da8ec3b1 Mon Sep 17 00:00:00 2001 From: daihh Date: Sun, 16 Oct 2022 18:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E9=87=8D=E7=BD=AE=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/WaitAudit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/course/WaitAudit.vue b/src/views/course/WaitAudit.vue index dedd1555..0e05a890 100644 --- a/src/views/course/WaitAudit.vue +++ b/src/views/course/WaitAudit.vue @@ -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=>{