Merge pull request '1' (#132) from pc-master into portal

Reviewed-on: #132
portal
xiaomeng 2024-03-12 07:11:17 +00:00
commit cb35c58b92
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() {