|
@@ -2010,7 +2010,6 @@ export default {
|
|
},
|
|
},
|
|
// 按任务查看导出作业集
|
|
// 按任务查看导出作业集
|
|
exportPdfSetBtn(uid, con) {
|
|
exportPdfSetBtn(uid, con) {
|
|
- this.addOp3('1', "", { courseid: this.id ,type: "course_homeWork_export" }, "success")
|
|
|
|
|
|
|
|
this.worksDialog = true;
|
|
this.worksDialog = true;
|
|
this.worksDialogCon = con;
|
|
this.worksDialogCon = con;
|
|
@@ -2018,33 +2017,37 @@ export default {
|
|
this.digNum = 0
|
|
this.digNum = 0
|
|
|
|
|
|
this.exportW++
|
|
this.exportW++
|
|
|
|
+ this.addOp3('1', "", { courseid: this.id ,type: "course_homeWork_export" }, "success")
|
|
},
|
|
},
|
|
// 子元素调用父元素 按任务查看导出作业集
|
|
// 子元素调用父元素 按任务查看导出作业集
|
|
childExportPdfSetBtn(val) {
|
|
childExportPdfSetBtn(val) {
|
|
- this.addOp3('1', "", { courseid: val.con.id ,type: "course_homeWork_export" }, "success")
|
|
|
|
this.worksDialog = true;
|
|
this.worksDialog = true;
|
|
this.worksDialogCon = val.con;
|
|
this.worksDialogCon = val.con;
|
|
this.exportPdfSetUid = val.uid;
|
|
this.exportPdfSetUid = val.uid;
|
|
this.digNum = 0
|
|
this.digNum = 0
|
|
|
|
|
|
this.exportW++
|
|
this.exportW++
|
|
|
|
+ this.addOp3('1', "", { courseid: val.con.id ,type: "course_homeWork_export" }, "success")
|
|
|
|
+
|
|
},
|
|
},
|
|
// 导出所有作业
|
|
// 导出所有作业
|
|
exportPdfSetAllWork(){
|
|
exportPdfSetAllWork(){
|
|
- this.addOp3('1', "", { courseid: this.id ,type: "course_homeWork_exportS" }, "success")
|
|
|
|
|
|
|
|
this.worksDialog = true;
|
|
this.worksDialog = true;
|
|
this.digNum = 1
|
|
this.digNum = 1
|
|
this.exportW++
|
|
this.exportW++
|
|
|
|
+ this.addOp3('1', "", { courseid: this.id ,type: "course_homeWork_exportS" }, "success")
|
|
|
|
+
|
|
},
|
|
},
|
|
// 批量导出作业
|
|
// 批量导出作业
|
|
exportPdfSetBatchWork(){
|
|
exportPdfSetBatchWork(){
|
|
if (!this.multipleSelection.length) return
|
|
if (!this.multipleSelection.length) return
|
|
- this.addOp3('1', "", { courseid: this.id ,type: "course_homeWork_exportSList" }, "success")
|
|
|
|
|
|
|
|
this.worksDialog = true;
|
|
this.worksDialog = true;
|
|
this.digNum = 2
|
|
this.digNum = 2
|
|
this.exportW++
|
|
this.exportW++
|
|
|
|
+ this.addOp3('1', "", { courseid: this.id ,type: "course_homeWork_exportSList" }, "success")
|
|
|
|
+
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|