Merge pull request '1' (#132) from pc-master into portal
Reviewed-on: #132
This commit is contained in:
commit
cb35c58b92
@ -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…
x
Reference in New Issue
Block a user