设备维修
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
label="设备"
|
||||
v-model="val1"
|
||||
@handleChange="handleChange1"
|
||||
:seaShow="false"
|
||||
></search-box>
|
||||
</div>
|
||||
<div class="grid-wraper">
|
||||
@@ -66,6 +67,15 @@ export default {
|
||||
disabled2: false
|
||||
}
|
||||
},
|
||||
beforeRouteLeave (to, from, next) {
|
||||
if (to.path === '/home' || to.path === '/login') {
|
||||
this.$store.dispatch('setKeepAlive', [])
|
||||
}
|
||||
next()
|
||||
},
|
||||
activated () {
|
||||
this._queryMaintenance(this.val1)
|
||||
},
|
||||
methods: {
|
||||
handleChange1 (e, type) {
|
||||
if (type) {
|
||||
|
||||
Reference in New Issue
Block a user