Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ming zheng
Metersphere
Commits
21bf611d
Commit
21bf611d
authored
4 years ago
by
chenjianxing
Browse files
Options
Download
Plain Diff
Merge branch 'master' into v1.8
parents
69bbe54d
7ac98d98
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/business/components/track/case/components/TestCaseEdit.vue
+1
-0
...usiness/components/track/case/components/TestCaseEdit.vue
frontend/src/business/components/track/case/components/TestCaseList.vue
+3
-0
...usiness/components/track/case/components/TestCaseList.vue
with
4 additions
and
0 deletions
+4
-0
frontend/src/business/components/track/case/components/TestCaseEdit.vue
+
1
-
0
View file @
21bf611d
...
...
@@ -640,6 +640,7 @@ export default {
if
(
tmp
.
steps
==
null
)
{
tmp
.
steps
=
[]
}
tmp
.
tags
=
JSON
.
parse
(
tmp
.
tags
);
Object
.
assign
(
this
.
form
,
tmp
);
console
.
log
(
this
.
form
.
selected
)
this
.
form
.
module
=
testCase
.
nodeId
;
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/track/case/components/TestCaseList.vue
+
3
-
0
View file @
21bf611d
...
...
@@ -395,6 +395,9 @@ export default {
item.tags = JSON.parse(item.tags);
}
})*/
this
.
tableData
.
forEach
((
item
)
=>
{
item
.
tags
=
JSON
.
parse
(
item
.
tags
);
})
if
(
this
.
$refs
.
table
)
{
this
.
$refs
.
table
.
doLayout
()
}
...
...
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
Menu
Projects
Groups
Snippets
Help