Skip to content

Commit

Permalink
fix: 测试计划关联页面调试form-data上传文件的用例失败 metersphere#4812
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxiaowu authored and AgAngle committed Jul 21, 2021
1 parent ea927a8 commit dd17584
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ export default {
let apiCase = response.data;
let request = JSON.parse(apiCase.request);
request.name = row.id;
request.id = row.id;
request.useEnvironment = row.environmentId;
this.runData.push(request);
/*触发执行操作*/
Expand Down

0 comments on commit dd17584

Please sign in to comment.