Commit cd48db28 authored by 康振飞's avatar 康振飞

工艺规程_new

parent 8d77c5ed
...@@ -54,13 +54,11 @@ export default { ...@@ -54,13 +54,11 @@ export default {
}, },
methods: { methods: {
hideMenu(){ hideMenu(){// this.$Message.info("收起左侧树")
this.showMenu = false this.showMenu = false
this.$Message.info("收起左侧树")
}, },
showMenuFn(){ showMenuFn(){//this.$Message.info("展开左侧树")
this.showMenu = true this.showMenu = true
this.$Message.info("展开左侧树")
}, },
} }
} }
......
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