From f1e285f1495eff22adc2042b58de438b34d3c7dd Mon Sep 17 00:00:00 2001 From: daihh Date: Thu, 8 Sep 2022 12:48:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=97=B6=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E7=8A=B6=E6=80=81=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/WaitAudit.vue | 3 +++ src/views/examine/NotApproved.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/course/WaitAudit.vue b/src/views/course/WaitAudit.vue index 4609dc98..dedd1555 100644 --- a/src/views/course/WaitAudit.vue +++ b/src/views/course/WaitAudit.vue @@ -330,6 +330,7 @@ export default { pass: this.auditInfo.pass,//Boolean 是否通过, remark: this.auditInfo.remark// 备注 } + this.btnLoading=true; if(flag){ apiCourse.auditAndPublish(params).then(res=>{ if(res.status === 200) { @@ -340,6 +341,7 @@ export default { }else{ this.$message.error(res.message); } + this.btnLoading=false; }) }else{ apiCourse.audit(params).then(res=>{ @@ -351,6 +353,7 @@ export default { }else{ this.$message.error(res.message); } + this.btnLoading=false; }) } diff --git a/src/views/examine/NotApproved.vue b/src/views/examine/NotApproved.vue index 72340813..b675bcff 100644 --- a/src/views/examine/NotApproved.vue +++ b/src/views/examine/NotApproved.vue @@ -490,7 +490,7 @@ export default { this.params.resOwner1 = this.resOwner[0]; this.params.resOwner2 = this.resOwner[1]; this.params.resOwner3 = this.resOwner[2]; - this.params.status = 2; + this.params.auditStatus = 1; this.params.pageIndex = this.page.pageIndex; this.params.pageSize = this.page.pageSize; this.params.sysType1 = this.sysTypeList[0];