Merge remote-tracking branch 'origin/master'

This commit is contained in:
wenyann 2021-03-25 12:14:31 +08:00
commit 624e98f168
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