lsc 3 년 전
부모
커밋
2a87eb5f4a
2개의 변경된 파일과 196개의 추가작업 그리고 476개의 파일을 삭제
  1. 12 0
      src/components/pages/addCourse.vue
  2. 184 476
      src/components/pages/addCourseGM.vue

+ 12 - 0
src/components/pages/addCourse.vue

@@ -4267,6 +4267,12 @@ export default {
         this.taskCount
       ].toolChoose[this.toolIndex].answerQ = this.answerQ;
       this.dialogVisible8 = false;
+
+      if (this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+        this.taskCount
+      ].toolChoose[this.toolIndex].tool != 15) {
+        this.addTools(15, this.taskCount, this.toolIndex)
+      }
     },
     addMp3Answer() {
       if (this.answerQ == "") {
@@ -4294,6 +4300,12 @@ export default {
         this.taskCount
       ].toolChoose[this.toolIndex].rateJson = this.rateJson;
       this.dialogVisibleRate = false;
+
+      if (this.unitJson[this.unitIndex].chapterInfo[0].taskJson[
+        this.taskCount
+      ].toolChoose[this.toolIndex].tool != 40) {
+        this.addTools(40, this.taskCount, this.toolIndex)
+      }
     },
     addSelectAnswer() {
       if (this.selectJson.url == "") {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 184 - 476
src/components/pages/addCourseGM.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.