huangminghao 1 year ago
parent
commit
b80e3f34e9
1 changed files with 1 additions and 1 deletions
  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",