删除 菜单搜索console.log

This commit is contained in:
sakuya 2022-05-30 09:41:05 +08:00
parent 312d3883f0
commit f6b7f35faa
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@
var menuTree = this.$TOOL.data.get("MENU") var menuTree = this.$TOOL.data.get("MENU")
this.filterMenu(menuTree) this.filterMenu(menuTree)
this.$refs.input.focus() this.$refs.input.focus()
console.log(this.menu)
}, },
methods: { methods: {
inputChange(value){ inputChange(value){