只导出场景配置
This commit is contained in:
parent
5ae9522282
commit
5964527509
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue