huangminghao 1 年之前
父节点
当前提交
b80e3f34e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/pages/student/addCourse.vue

+ 1 - 1
src/components/pages/student/addCourse.vue

@@ -2956,7 +2956,7 @@ export default {
   },
   watch: {
     steps(newValue, oldValue) {
-      if (newValue == 4) {
+      if ( newValue == 4 ) {
         let chapters = this.unitJson;
         let gjson = {
           rootId: "pid",