iscs调整
This commit is contained in:
parent
50c9ab0d96
commit
7a86276e9f
@ -51,7 +51,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
$route(val) {
|
||||
this.iscsChange();
|
||||
this.iscsChange(this.$route.params.id);
|
||||
},
|
||||
'$store.state.app.windowSizeCount': function() {
|
||||
this.$store.dispatch('config/resize', { width: this.$store.state.app.width - 521 - this.widthLeft, height: this.$store.state.app.height - 60 });
|
||||
|
Loading…
Reference in New Issue
Block a user