diff --git a/src/pages/workbench/yygl/deployment.vue b/src/pages/workbench/yygl/deployment.vue index b124c6cc2cbdffb6d64ab09c921d2e29ee6ed387..88a05ffbb1c8bbe518ae0a915bf9848b8d7b8bb9 100644 --- a/src/pages/workbench/yygl/deployment.vue +++ b/src/pages/workbench/yygl/deployment.vue @@ -595,7 +595,12 @@ export default { } }, finallyAction1() { - this.$router.push(`/yygl/0/1/deploydetail/${this.deploy_id}`); + this.$router.push({ + path: `/yygl/0/1/deploydetail/${this.deploy_id}`, + query: { + showstate: true, + }, + }); }, finallyAction2() { this.init();