Commit a58e2ccd authored by 黄奎's avatar 黄奎
parents 6093879b ad190e0a
...@@ -362,8 +362,9 @@ ...@@ -362,8 +362,9 @@
this.addMsg.MenuUrl = updateList.MenuUrl this.addMsg.MenuUrl = updateList.MenuUrl
this.addMsg.MenuStatus = updateList.MenuStatus.toString() this.addMsg.MenuStatus = updateList.MenuStatus.toString()
let style = JSON.parse(updateList.MenuStyle) let style = JSON.parse(updateList.MenuStyle)
// this.addMsg.MenuStyleIcon = style.icon
console.log(style,'----')
this.addMsg.MenuStyleIcon = style.icon this.addMsg.MenuStyleIcon = style.icon
this.addMsg.MenuStyleIcon = style.menutype
this.addMsg.MenuStyleColor = style.color this.addMsg.MenuStyleColor = style.color
this.currentUpdateIndex = index this.currentUpdateIndex = index
...@@ -390,7 +391,8 @@ ...@@ -390,7 +391,8 @@
'MenuStyle': '', 'MenuStyle': '',
'MenuStatus': '0', 'MenuStatus': '0',
MenuStyleIcon: '', MenuStyleIcon: '',
MenuStyleColor: '' MenuStyleColor: '',
Sort: null
} }
}, },
resetPageIndex() { resetPageIndex() {
......
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