fix(接口自动化): 解决无法创建场景问题
This commit is contained in:
parent
6f67e89a9d
commit
0230aba400
|
@ -817,6 +817,7 @@
|
|||
}
|
||||
})
|
||||
// 场景变量csv 文件
|
||||
if (this.currentScenario.variables) {
|
||||
this.currentScenario.variables.forEach(param => {
|
||||
if (param.type === 'CSV' && param.files) {
|
||||
param.files.forEach(item => {
|
||||
|
@ -832,6 +833,7 @@
|
|||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
return bodyUploadFiles;
|
||||
},
|
||||
editScenario(showMessage) {
|
||||
|
|
Loading…
Reference in New Issue