Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
2a71b9bf
Commit
2a71b9bf
authored
3 years ago
by
fit2-zhao
Committed by
fit2-zhao
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix (接口定义): 修复case执行问题
parent
ec9f05c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/api/definition/components/case/ApiCaseList.vue
+2
-1
...components/api/definition/components/case/ApiCaseList.vue
with
2 additions
and
1 deletion
+2
-1
frontend/src/business/components/api/definition/components/case/ApiCaseList.vue
+
2
-
1
View file @
2a71b9bf
...
@@ -399,7 +399,8 @@ export default {
...
@@ -399,7 +399,8 @@ export default {
this
.
runData
.
push
(
row
.
request
);
this
.
runData
.
push
(
row
.
request
);
/*触发执行操作*/
/*触发执行操作*/
this
.
reportId
=
getUUID
().
substring
(
0
,
8
);
this
.
reportId
=
getUUID
().
substring
(
0
,
8
);
this
.
$emit
(
"
refreshCase
"
,
row
.
id
);
this
.
testCaseId
=
row
.
id
?
row
.
id
:
row
.
request
.
id
;
this
.
$emit
(
"
refreshCase
"
,
this
.
testCaseId
);
},
},
stop
(
id
)
{
stop
(
id
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment