pull/132/head
孙萌 2024-03-12 15:10:21 +08:00
parent f4d9e34b05
commit 9dc4c7c120
1 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,11 @@ export default {
watch: {
"$route"(newName, oldName) {
this.gerRouter();
var store = this.$store.state
if(!store.equipmentName){
this.getByid()
}
},
},
mounted() {