This commit is contained in:
2023-10-27 11:13:01 +08:00
parent bd9dabd21d
commit db9d41a7c0
24 changed files with 609 additions and 840 deletions

View File

@@ -217,7 +217,7 @@ export default defineComponent({
},
retrieveHome(record:any){
this.$router.push({name:'home',params: {id:record.id}})
// this.$router.push({name:'home',params: {id:record.id}})
}
}
})