pull/132/head
parent
f4d9e34b05
commit
9dc4c7c120
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue