|
|
@@ -106,7 +106,10 @@ export default {
|
|
|
});
|
|
|
} else if (window.localStorage.getItem('newsEdit_' + this.$store.state.userInfo.id)) {
|
|
|
const caseEdit = JSON.parse(window.localStorage.getItem('newsEdit_' + this.$store.state.userInfo.id));
|
|
|
- this.formData = caseEdit.formData;
|
|
|
+ this.formData = {
|
|
|
+ ...caseEdit.formData,
|
|
|
+ isHomeShow:caseEdit.formData.isHomeShow||false
|
|
|
+ };
|
|
|
this.first = caseEdit.first;
|
|
|
}
|
|
|
},
|