fix(项目管理): 代码片段测试按钮一直是加载状态

--bug=1014209 --user=李玉号
【项目管理】github#14981,代码片段执行时如果有个一直没有返回,其他的代码片段也无法执行
https://www.tapd.cn/55049933/s/1185135
This commit is contained in:
shiziyuan9527 2022-06-17 14:17:21 +08:00 committed by 刘瑞斌
parent c656e47135
commit c452218b53
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ export default {
this.activeName = "code"; this.activeName = "code";
this.visible = true; this.visible = true;
this.form.type = "beanshell"; this.form.type = "beanshell";
this.runResult.loading = false;
if (data && data.id) { if (data && data.id) {
// //
this.initFunc(data.id); this.initFunc(data.id);