Browse Source

问题修改

dsy 1 week ago
parent
commit
4e93cca413

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

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