只导出场景配置

This commit is contained in:
q4speed 2020-06-16 11:08:12 +08:00
parent 5ae9522282
commit 5964527509
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@
})
break;
case "export":
downloadFile(this.test.name + ".json", JSON.stringify(this.test));
downloadFile(this.test.name + ".json", JSON.stringify(this.test.scenarioDefinition));
break;
}
}