fix (接口自动化): 合并丢失部分补充 (#5915)

Co-authored-by: fit2-zhao <yong.zhao@fit2cloud.com>
This commit is contained in:
metersphere-bot 2021-09-02 17:41:57 +08:00 committed by GitHub
parent 17856ece01
commit 9873db7165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 25 deletions

View File

@ -23,11 +23,11 @@ export default {
name: "ComponentConfig",
components: {
PluginComponent,
MsIfController ,
MsTransactionController ,
MsApiComponent ,
MsLoopController ,
MsApiScenarioComponent ,
MsIfController,
MsTransactionController,
MsApiComponent,
MsLoopController,
MsApiScenarioComponent,
JmeterElementComponent,
MsConstantTimer: () => import("./ConstantTimer"),
MsJsr233Processor: () => import("./Jsr233Processor"),
@ -127,7 +127,7 @@ export default {
name = "MsApiComponent";
break;
default:
name = "MsApiComponent";
name = this.getComponent(ELEMENT_TYPE.Plugin);
break;
}
return name;