浏览代码

问卷课程问题

Signed-off-by: lcw <1324309909@qq.com>
lcw 2 年之前
父节点
当前提交
c75d3b5fe3
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      src/components/pages/addCourse.vue

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

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