fix(接口自动化): 修改转场景测试名称

This commit is contained in:
fit2-zhao 2021-03-31 14:33:04 +08:00
parent 9d987dc0e6
commit 2279c17d73
2 changed files with 1 additions and 1 deletions

View File

@ -152,6 +152,7 @@
saveApiAndCase(api) {
this.visible = true;
this.api = api;
this.currentApi = api;
this.addCase();
},
setEnvironment(environment) {

View File

@ -11,7 +11,6 @@
<ms-node-tree
v-loading="result.loading"
:tree-nodes="data"
:allLabel="$t('commons.module.default_module')"
@add="add"
:type="'edit'"
@edit="edit"