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
94a677cd
Commit
94a677cd
authored
4 years ago
by
chenjianxing
Browse files
Options
Download
Email Patches
Plain Diff
fix: 测试计划-测试用例编辑页面报错
parent
4ecdeca7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue
+1
-1
...plan/view/comonents/functional/FunctionalTestCaseEdit.vue
with
1 addition
and
1 deletion
+1
-1
frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue
+
1
-
1
View file @
94a677cd
...
...
@@ -341,7 +341,7 @@ export default {
Object
.
assign
(
item
,
response
.
data
);
if
(
item
.
results
)
{
item
.
results
=
JSON
.
parse
(
item
.
results
);
}
else
{
}
else
if
(
item
.
steps
)
{
item
.
results
=
[
item
.
steps
.
length
];
}
if
(
item
.
issues
)
{
...
...
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