|
@@ -1852,6 +1852,12 @@
|
|
|
<div style="margin: 5px 0">问答工具</div>
|
|
|
</div>
|
|
|
</div> -->
|
|
|
+ <div class="tool">
|
|
|
+ <div class="whiteBIcon" @click="addToolFun(51)">
|
|
|
+ <img src="../../../assets/icon/fourthToolList/upload.png" alt />
|
|
|
+ <div style="margin: 5px 0">资源上传</div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="tool">
|
|
|
<div class="whiteBIcon" @click="addToolFun(52)">
|
|
|
<img src="../../../assets/icon/fourthToolList/text.png" alt />
|
|
@@ -3933,6 +3939,8 @@ export default {
|
|
|
} else if (tool == 52) {
|
|
|
this.tableJson.text = ''
|
|
|
this.dialogVisibleText = true;
|
|
|
+ } else if (tool == 51) {
|
|
|
+
|
|
|
} else {
|
|
|
this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
|
|
|
this.taskCount
|
|
@@ -4154,8 +4162,8 @@ export default {
|
|
|
setMan() {
|
|
|
// let teacherJuri = this.teacherJuri2;
|
|
|
this.ManAarray = []
|
|
|
- if (this.checkboxList3.indexOf(this.courseUserid) == -1) {
|
|
|
- this.checkboxList3.push(this.courseUserid)
|
|
|
+ if (this.checkboxList3.indexOf(this.courseUserid || this.userid) == -1) {
|
|
|
+ this.checkboxList3.push(this.courseUserid || this.userid)
|
|
|
}
|
|
|
let params = {
|
|
|
uid: this.checkboxList3.join(","),
|