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: { watch: {
"$route"(newName, oldName) { "$route"(newName, oldName) {
this.gerRouter(); this.gerRouter();
var store = this.$store.state
if(!store.equipmentName){
this.getByid()
}
}, },
}, },
mounted() { mounted() {