From 1e870fd04ebf554f43e1d2f5185d225a62c13efb Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 25 Aug 2020 15:24:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E9=A6=96=E6=AC=A1=E6=8F=90=E5=8F=96=E5=A4=B1=E8=B4=A5=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/test/components/extract/ApiExtractCommon.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/api/test/components/extract/ApiExtractCommon.vue b/frontend/src/business/components/api/test/components/extract/ApiExtractCommon.vue index 0f31c551a6..2ad04fa5ae 100644 --- a/frontend/src/business/components/api/test/components/extract/ApiExtractCommon.vue +++ b/frontend/src/business/components/api/test/components/extract/ApiExtractCommon.vue @@ -74,6 +74,7 @@ methods: { add() { + this.common.type = this.extractType; this.list.push(new ExtractCommon(this.extractType, this.common)); this.clear(); this.callback();