Commit 8e01ab54 authored by zhengke's avatar zhengke

修改

parent 5612eca7
......@@ -120,15 +120,15 @@
GetWebMenu({
Id: this.saveObj.Id
}).then(res => {
this.objOption.MenuLevel = res.Data.MenuLevel;
this.getFatherData();
this.objOption.Id = res.Data.Id;
this.objOption.Name = res.Data.Name;
this.objOption.MenuUrl = res.Data.MenuUrl;
this.objOption.ParentId = res.Data.ParentId;
this.objOption.MenuLevel = res.Data.MenuLevel;
this.objOption.ClassName = res.Data.ClassName;
this.objOption.Icon = res.Data.Icon;
this.objOption.SortNum = res.Data.SortNum;
this.getFatherData();
})
this.optionTitle = "修改网站菜单信息"
} 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