From 668f29223183f2d4fa93ca8579aa5f1b4aff2aaf Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Wed, 26 Oct 2022 17:09:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF=E8=B7=A8=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BC=95=E7=94=A8sql=EF=BC=8C=E9=85=8D=E7=BD=AE=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF=E7=9A=84=E7=BC=BA?= =?UTF-8?q?=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1018934 --user=王孝刚 【接口测试】接口自动化-场景A中跨项目复制的场景B,在场景B的运行环境下拉列表中,修改场景B环境配置跳转页面错误 https://www.tapd.cn/55049933/s/1278625 --- .../definition/components/request/database/BasisParameters.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-test/frontend/src/business/definition/components/request/database/BasisParameters.vue b/api-test/frontend/src/business/definition/components/request/database/BasisParameters.vue index 57f366b6f0..82f8c8eb02 100644 --- a/api-test/frontend/src/business/definition/components/request/database/BasisParameters.vue +++ b/api-test/frontend/src/business/definition/components/request/database/BasisParameters.vue @@ -365,7 +365,7 @@ export default { }); }, openEnvironmentConfig() { - this.$refs.environmentConfig.open(getCurrentProjectID()); + this.$refs.environmentConfig.open(this.request.projectId ? this.request.projectId : getCurrentProjectID()); }, initDataSource(envId, currentEnvironment, targetDataSourceName) { this.databaseConfigsOptions = [];