소스 검색

问题修改

dsy 4 달 전
부모
커밋
4e93cca413
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/book/courseware/create/components/common/ModuleMixin.js

+ 1 - 1
src/views/book/courseware/create/components/common/ModuleMixin.js

@@ -68,8 +68,8 @@ const mixin = {
       ({ content }) => {
         if (content) {
           this.data = JSON.parse(content);
-          this.property.isGetContent = true;
         }
+        this.property.isGetContent = true;
 
         this.$watch(
           'data',