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