fix: 转性能测试增加参数

转性能测试增加参数
This commit is contained in:
song.tianyang 2021-03-25 11:59:54 +08:00
parent abe7b9fae8
commit 7780bf980d
3 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,7 @@
jmxObj.xml = response.data.xml;
jmxObj.attachFiles = response.data.attachFiles;
jmxObj.attachByteFiles = response.data.attachByteFiles;
jmxObj.scenarioId = row.id;
this.$store.commit('setTest', {
name: row.name,
jmx: jmxObj

View File

@ -597,6 +597,7 @@ export default {
jmxObj.xml = response.data.xml;
jmxObj.attachFiles = response.data.attachFiles;
jmxObj.attachByteFiles = response.data.attachByteFiles;
jmxObj.caseId = reqObj.id;
this.$store.commit('setTest', {
name: row.name,
jmx: jmxObj

View File

@ -89,6 +89,7 @@
jmxObj.xml = response.data.xml;
jmxObj.attachFiles = response.data.attachFiles;
jmxObj.attachByteFiles = response.data.attachByteFiles;
jmxObj.caseId = reqObj.id;
this.$store.commit('setTest', {
name: row.name,
jmx: jmxObj