fix(接口自动化): 执行完成后刷新列表

This commit is contained in:
fit2-zhao 2020-12-21 16:19:05 +08:00
parent 7f8f571ed4
commit c54d4d5153
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@
if (this.isNotRunning) {
try {
this.content = JSON.parse(this.report.content);
this.$emit('refresh');
} catch (e) {
throw e;
}