Commit 627d40d0 authored by 黄奎's avatar 黄奎

页面修改

parent 3d1c4c4a
......@@ -199,6 +199,9 @@
JSON.parse(JSON.stringify(this.FeatureData.FeatureHtmlJson)) :
"";
if (oldJson && oldJson.length > 0) {
oldJson.forEach(item => {
item.isDeletePage = true;
});
this.pageList = oldJson;
this.RenderingOk = true;
} else {
......
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