@@ -2040,6 +2040,8 @@ export default {
// 批量导出作业
exportPdfSetBatchWork(){
if (!this.multipleSelection.length) return
+ this.addOp3('1', "", { courseid: this.id ,type: "course_homeWork_exportSList" }, "success")
+
this.worksDialog = true;
this.digNum = 2
this.exportW++