From 0bec68b342da89c06acb0557c8cd7242d9e08e7c Mon Sep 17 00:00:00 2001 From: yaojn Date: Mon, 27 Nov 2023 15:02:46 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E5=BF=83-=E6=9F=A5=E7=9C=8B=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E5=86=85=E5=AE=B9=EF=BC=8C=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=20=20-=20[=E5=85=B3=E8=81=94]#[1033980697083904]?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=B8=AD=E5=BF=83-=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83=E5=86=85=E5=AE=B9=EF=BC=8C?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=8A=B6=E6=80=81=E5=88=97=E8=A1=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=BA=E7=A9=BA=20http://192.168.0.96:8090/demo/rdm?= =?UTF-8?q?.html#/bug-detail/939050947543040/939050947543057/1033980697083?= =?UTF-8?q?904?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/deploy/version/detail/deploy-status-overview.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pages/deploy/version/detail/deploy-status-overview.vue b/src/views/pages/deploy/version/detail/deploy-status-overview.vue index bfee1c7d..85558165 100644 --- a/src/views/pages/deploy/version/detail/deploy-status-overview.vue +++ b/src/views/pages/deploy/version/detail/deploy-status-overview.vue @@ -118,10 +118,10 @@ export default { await this.getVersionEnvList(); if (this.envId) { this.selectedEnvId = this.envId; - this.changeCurrent(); } else { this.loadingShow = false; } + this.changeCurrent(); }, beforeUpdate() {}, updated() {}, @@ -131,7 +131,7 @@ export default { destroyed() {}, methods: { getVersionEnvList() { - this.$api.deploy.version.getVersionEnvList({versionId: this.versionId}).then((res) => { + return this.$api.deploy.version.getVersionEnvList({versionId: this.versionId}).then((res) => { if (res.Status == 'OK') { this.envList = res.Return; if (!this.envId) { -- Gitee