课程审核调整

This commit is contained in:
daihh
2022-09-07 16:50:24 +08:00
parent a9bb2f0222
commit 515f9e5922
9 changed files with 221 additions and 389 deletions

View File

@@ -154,7 +154,7 @@
</div>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false;examin={}"> </el-button>
<el-button type="primary" @click="examineData(true)">提交</el-button>
<el-button :loading="btnLoading" type="primary" @click="examineData(true)">提交</el-button>
<!-- <el-button type="primary" @click="examineData(true)">提交并发布</el-button> -->
</span>
</el-dialog>
@@ -191,6 +191,7 @@ export default {
data() {
return {
loading: true,
btnLoading:false,
sysTypeList: [],
sysTypeListMap:[],
resOwnerListMap:[],
@@ -322,7 +323,8 @@ export default {
examineData(flag) {
if(this.isExamine == 1) {
let params = {
auditId:this.examin.auditId,
auditId:this.examin.auditId,
from:2,
courseId:this.examin.examineId,//课程id,
title:this.examin.examineName,//课程的名称,
pass: this.auditInfo.pass,//Boolean 是否通过,
@@ -434,11 +436,7 @@ export default {
this.inviteTeacher.dlgShow = true;
},
findTeachers() {
this.inviteTeacher.list = [
{ id: '1', name: '李玉冰', type:'通过',text: '实用',sex: '男', code: '1023123', orgInfo: '教育技术中心', checked: false },
{ id: '2', name: '李玉冰', type:'未通过',text: '内容在调整',sex: '男', code: '1023123', orgInfo: '教育技术中心', checked: false },
{ id: '3', name: '李玉冰', type:'驳回',text: '内容重复',sex: '男', code: '1023123', orgInfo: '教育技术中心', checked: false }
];
this.inviteTeacher.list = [];
},
showQrimage() {
this.qrcodeShow = true;