From 29cd9764315c92b7e34b533e01bd5d4427033b74 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Wed, 28 Oct 2020 18:02:20 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?content-type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/api/test/model/ScenarioModel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/api/test/model/ScenarioModel.js b/frontend/src/business/components/api/test/model/ScenarioModel.js index d14f9c119c..39d24b13f5 100644 --- a/frontend/src/business/components/api/test/model/ScenarioModel.js +++ b/frontend/src/business/components/api/test/model/ScenarioModel.js @@ -1405,6 +1405,7 @@ class JMXGenerator { let arg = {}; arg.name = kv.name; arg.value = BODY_FILE_DIR + '/' + testId + '/' + file.id + '_' + file.name; + arg.contentType = kv.contentType; files.push(arg); }); }