Browse Source

feat:完课模板-修改按钮显示逻辑不正确

caoliqin 5 days ago
parent
commit
5040fc59af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/course/courseFinishTemp/index.vue

+ 1 - 1
src/views/course/courseFinishTemp/index.vue

@@ -722,7 +722,7 @@ export default {
 
         this.open = true;
         this.title = "修改完课模板";
-
+        this.formType = 1;
       });
     },
     /** 提交按钮 */