Commit 7c9a62c0 authored by Mac's avatar Mac

2

parent 0b6be647
......@@ -47,7 +47,6 @@ export default defineComponent({
setup() {
let tab = ref<string>('phase')
if( router.currentRoute.value.query && router.currentRoute.value.query.type){
// let type = router.currentRoute.value.query.type;
tab.value = router.currentRoute.value.query.type as string
}
......
......@@ -62,7 +62,7 @@
// components: { ExampleComponent },
setup() {
let { setTitle, msg, addMsg, resetSearch } = groupingManageModule()
setTitle('难受', false)
// setTitle('难受', false)
const changePage = () => {
console.log('打印')
}
......
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