|
@@ -175,10 +175,12 @@ export default {
|
|
this.top = e.clientY + 15;
|
|
this.top = e.clientY + 15;
|
|
},
|
|
},
|
|
closeMenu() {
|
|
closeMenu() {
|
|
|
|
+
|
|
this.visible = false;
|
|
this.visible = false;
|
|
},
|
|
},
|
|
changeTag(tag) {
|
|
changeTag(tag) {
|
|
activeKey = this.getSearchsByRealPath(tag)
|
|
activeKey = this.getSearchsByRealPath(tag)
|
|
|
|
+ console.log(activeKey)
|
|
},
|
|
},
|
|
getSearchsByRealPath(tag) {
|
|
getSearchsByRealPath(tag) {
|
|
const searchs = new Searchs()
|
|
const searchs = new Searchs()
|