Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
31a6bb288ea788463a75930f7176f17664c2165e
Authored by
loveumiko
2024-07-10 17:40:15 +0800
1 parent
4cafa320
fix: 修复产品测试脚本接口超时不能关闭模态框
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/rule/designer/src/components/JavaScriptFilterModal/JavaScriptFilterTest.vue
src/views/rule/designer/src/components/JavaScriptFilterModal/JavaScriptFilterTest.vue
View file @
31a6bb2
...
...
@@ -127,7 +127,7 @@
127
127
128
128
return output;
129
129
} catch (error) {
130
-
return error;
130
+
//
return error;
131
131
}
132
132
}
133
133
...
...