Compare commits

...

2 Commits

Author SHA1 Message Date
cb35c58b92 Merge pull request '1' (#132) from pc-master into portal
Reviewed-on: #132
2024-03-12 07:11:17 +00:00
孙萌
9dc4c7c120 1 2024-03-12 15:10:21 +08:00

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() {