fix(项目管理): 代码片段测试按钮一直是加载状态
--bug=1014209 --user=李玉号 【项目管理】github#14981,代码片段执行时如果有个一直没有返回,其他的代码片段也无法执行 https://www.tapd.cn/55049933/s/1185135
This commit is contained in:
parent
c656e47135
commit
c452218b53
|
@ -171,6 +171,7 @@ export default {
|
|||
this.activeName = "code";
|
||||
this.visible = true;
|
||||
this.form.type = "beanshell";
|
||||
this.runResult.loading = false;
|
||||
if (data && data.id) {
|
||||
// 重新加载自定义函数对象,列表中没有查询大字段数据
|
||||
this.initFunc(data.id);
|
||||
|
|
Loading…
Reference in New Issue