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
xiaofang li
MeterSphere
Commits
b6599bc6
Commit
b6599bc6
authored
4 years ago
by
chenjianxing
Browse files
Options
Download
Email Patches
Plain Diff
fix: 测试用例编辑默认值没回显
parent
d4e1ffb5
pr@dev@fix_测试用例编辑默认值没回显
pr@dev@fix_复制模板没有复制关联的字段
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue
+0
-4
...omponents/track/case/components/TestCaseEditOtherInfo.vue
frontend/src/common/js/custom_field.js
+3
-3
frontend/src/common/js/custom_field.js
with
3 additions
and
7 deletions
+3
-7
frontend/src/business/components/track/case/components/TestCaseEditOtherInfo.vue
+
0
-
4
View file @
b6599bc6
...
...
@@ -300,10 +300,6 @@ export default {
<
style
scoped
>
.other-info-tabs
>>>
.el-tabs__content
{
padding
:
20px
0px
;
}
.other-info-tabs
{
padding
:
30px
60px
;
}
...
...
This diff is collapsed.
Click to expand it.
frontend/src/common/js/custom_field.js
+
3
-
3
View file @
b6599bc6
...
...
@@ -126,8 +126,8 @@ export function compatibleTestCaseStep(testCase, tmp) {
// 兼容旧字段
export
function
buildTestCaseOldFields
(
testCase
)
{
let
oldFields
=
new
Map
();
oldFields
.
set
(
'
custom_field.c
ase
_s
tatus
'
,
testCase
.
status
);
oldFields
.
set
(
'
custom_field.c
ase
_m
aintainer
'
,
testCase
.
maintainer
);
oldFields
.
set
(
'
custom_field.c
ase
_p
riority
'
,
testCase
.
priority
);
oldFields
.
set
(
'
i43sf4_testC
ase
S
tatus
'
,
testCase
.
status
);
oldFields
.
set
(
'
i43sf4_testC
ase
M
aintainer
'
,
testCase
.
maintainer
);
oldFields
.
set
(
'
i43sf4_testC
ase
P
riority
'
,
testCase
.
priority
);
return
oldFields
;
}
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