lex 3 éve
szülő
commit
e0df7ff5b1

+ 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;
         }
       });
     },