Browse Source

问卷课程问题

Signed-off-by: lcw <1324309909@qq.com>
lcw 2 years ago
parent
commit
c75d3b5fe3
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/components/pages/addCourse.vue

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

@@ -1530,9 +1530,6 @@ export default {
               this.addWork();
               this.steps++;
             } else {
-              this.unitJson[this.unitIndex].chapterInfo[0].askJson = [
-                { askstitle: "", askItem: 1, checkList: [] },
-              ];
               this.addWork();
               this.steps++;
             }
@@ -1570,9 +1567,6 @@ export default {
               this.updateWork();
               this.steps++;
             } else {
-              this.unitJson[this.unitIndex].chapterInfo[0].askJson = [
-                { askstitle: "", askItem: 1, checkList: [] },
-              ];
               this.updateWork();
               this.steps++;
             }