From 3e9767ef88a6161bde0604c1fbbc58c5908793de Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 26 Nov 2020 15:38:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E7=8E=AF=E5=A2=83=E5=88=97=E8=A1=A8=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E9=A1=B9=E7=9B=AE=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/test/components/ApiScenarioSelect.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/api/test/components/ApiScenarioSelect.vue b/frontend/src/business/components/api/test/components/ApiScenarioSelect.vue index 45d2fa98d5..9397384d6d 100644 --- a/frontend/src/business/components/api/test/components/ApiScenarioSelect.vue +++ b/frontend/src/business/components/api/test/components/ApiScenarioSelect.vue @@ -72,6 +72,7 @@ export default { methods: { search() { this.condition.excludeId = this.excludeId; + this.condition.projectId = this.projectId; let url = "/api/list/" + this.currentPage + "/" + this.pageSize; this.result = this.$post(url, this.condition, response => { let data = response.data;