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();