lex преди 3 години
родител
ревизия
e0df7ff5b1
променени са 2 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 3 0
      src/views/contentManager/components/appBottomPage.vue
  2. 2 0
      src/views/contentManager/components/teacherButton.vue

+ 3 - 0
src/views/contentManager/components/appBottomPage.vue

@@ -370,6 +370,9 @@ export default {
           this.form.linkUrl = rows.linkUrl;
           this.form.coverImage = rows.coverImage;
           this.form.subType = rows.subType;
+          this.form.memo = rows.memo;
+          this.form.attribute1 = rows.attribute1;
+          this.form.status = rows.status;
         }
       });
     },

+ 2 - 0
src/views/contentManager/components/teacherButton.vue

@@ -345,6 +345,8 @@ export default {
           this.form.linkUrl = rows.linkUrl;
           this.form.coverImage = rows.coverImage;
           this.form.subType = rows.subType;
+          this.form.memo = rows.memo;
+          this.form.status = rows.status;
         }
       });
     },