Commit fd148572 authored by wangjiankun's avatar wangjiankun

fix:修复

parent 572a3992
...@@ -639,7 +639,8 @@ ...@@ -639,7 +639,8 @@
return auth.split(',').includes(accessName) return auth.split(',').includes(accessName)
} }
} }
}, }
},
created() { created() {
window.eventBus.$on('searchParamChange', (searchResult) => { window.eventBus.$on('searchParamChange', (searchResult) => {
this.$router.push({ this.$router.push({
...@@ -686,7 +687,6 @@ ...@@ -686,7 +687,6 @@
})) }))
} }
} }
}
} }
</script> </script>
......
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