fix(接口自动化): 解决无法创建场景问题

This commit is contained in:
fit2-zhao 2021-01-13 11:24:20 +08:00
parent 6f67e89a9d
commit 0230aba400
1 changed files with 17 additions and 15 deletions

View File

@ -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) {