fix(接口自动化): 修复选择权限问题
This commit is contained in:
parent
48edfebb40
commit
2ec31650d0
|
@ -84,7 +84,6 @@ public class MsScenario extends MsTestElement {
|
|||
}
|
||||
// 场景变量
|
||||
tree.add(arguments(config));
|
||||
|
||||
if (CollectionUtils.isNotEmpty(hashTree)) {
|
||||
for (MsTestElement el : hashTree) {
|
||||
el.toHashTree(tree, el.getHashTree(), config);
|
||||
|
|
|
@ -452,7 +452,7 @@
|
|||
},
|
||||
outsideClick(e) {
|
||||
e.stopPropagation()
|
||||
this.operatingElements = ELEMENTS.get("ALL");
|
||||
this.showAll();
|
||||
},
|
||||
addComponent(type) {
|
||||
switch (type) {
|
||||
|
@ -594,7 +594,7 @@
|
|||
}
|
||||
}
|
||||
,
|
||||
pushApiOrCase(data, refType, referenced) {
|
||||
pushApiOrCase(data, refType, referenced) {
|
||||
data.forEach(item => {
|
||||
this.setApiParameter(item, refType, referenced);
|
||||
});
|
||||
|
@ -885,6 +885,7 @@
|
|||
height: calc(100vh - 196px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.ms-scenario-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue