mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 08:16:44 +08:00
课程审核调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user