浏览代码

更新优化

lex 3 年之前
父节点
当前提交
e0df7ff5b1

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

@@ -370,6 +370,9 @@ export default {
           this.form.linkUrl = rows.linkUrl;
           this.form.linkUrl = rows.linkUrl;
           this.form.coverImage = rows.coverImage;
           this.form.coverImage = rows.coverImage;
           this.form.subType = rows.subType;
           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.linkUrl = rows.linkUrl;
           this.form.coverImage = rows.coverImage;
           this.form.coverImage = rows.coverImage;
           this.form.subType = rows.subType;
           this.form.subType = rows.subType;
+          this.form.memo = rows.memo;
+          this.form.status = rows.status;
         }
         }
       });
       });
     },
     },