fix(接口自动化): 修改转场景测试名称
This commit is contained in:
parent
9d987dc0e6
commit
2279c17d73
|
@ -152,6 +152,7 @@
|
|||
saveApiAndCase(api) {
|
||||
this.visible = true;
|
||||
this.api = api;
|
||||
this.currentApi = api;
|
||||
this.addCase();
|
||||
},
|
||||
setEnvironment(environment) {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue