Commit 6b3725f9 authored by 黄奎's avatar 黄奎

页面修改

parent d2fca4d9
...@@ -410,7 +410,7 @@ ...@@ -410,7 +410,7 @@
//鼠标移除 //鼠标移除
mouseOutMenu() { mouseOutMenu() {
this.MenuList.forEach(item => { this.MenuList.forEach(item => {
if (item.MenuId == firstCked) { if (item.MenuId == this.firstCked) {
this.secondItem = item; this.secondItem = item;
} }
}) })
......
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