iscs调整

This commit is contained in:
joylink_fanyuhong 2020-02-05 14:55:32 +08:00
parent 50c9ab0d96
commit 7a86276e9f

View File

@ -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 });