fix(接口自动化): 执行完成后刷新列表
This commit is contained in:
parent
7f8f571ed4
commit
c54d4d5153
|
@ -103,6 +103,7 @@
|
|||
if (this.isNotRunning) {
|
||||
try {
|
||||
this.content = JSON.parse(this.report.content);
|
||||
this.$emit('refresh');
|
||||
} catch (e) {
|
||||
throw e;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue