1 #132

Merged
xiaomeng merged 1 commits from pc-master into portal 2024-03-12 07:11:18 +00:00
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() {