Commit 738686c1 authored by youjie's avatar youjie

no message

parent 1b2c1a36
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
this.postMsg.PageDataList = tempData.PageDataList; this.postMsg.PageDataList = tempData.PageDataList;
this.postMsg.Id = tempData.Id; this.postMsg.Id = tempData.Id;
this.postMsg.PageName = tempData.PageName; this.postMsg.PageName = tempData.PageName;
this.$refs.WebSiteEdit.initData(this.postMsg.PageDataList); if(this.$refs.WebSiteEdit) this.$refs.WebSiteEdit.initData(this.postMsg.PageDataList);
} else { } else {
this.Error(res.data.message); this.Error(res.data.message);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment