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
221f275f
Unverified
Commit
221f275f
authored
3 years ago
by
metersphere-bot
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix: 用例评审无法通过 (#4363)
Co-authored-by:
wenyann
<
wenyan.yang@fit2cloud.com
>
parent
73bde253
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend/src/business/components/track/review/commom/ReviewComment.vue
+4
-4
...business/components/track/review/commom/ReviewComment.vue
frontend/src/business/components/track/review/view/components/TestReviewTestCaseEdit.vue
+1
-1
...s/track/review/view/components/TestReviewTestCaseEdit.vue
with
5 additions
and
5 deletions
+5
-5
frontend/src/business/components/track/review/commom/ReviewComment.vue
+
4
-
4
View file @
221f275f
...
...
@@ -110,14 +110,14 @@ export default {
this
.
$refs
.
md
.
toolbar_left_click
(
'
trash
'
);
});
},
inputLight
()
{
this
.
$refs
.
test
.
focus
();
},
/*
inputLight() {
this.$refs.
md
.focus();
},
*/
refresh
()
{
this
.
$emit
(
'
getComments
'
);
},
//富文本框
imgAdd
(
pos
,
file
){
imgAdd
(
pos
,
file
)
{
let
param
=
{
id
:
getUUID
().
substring
(
0
,
8
)
};
...
...
This diff is collapsed.
Click to expand it.
frontend/src/business/components/track/review/view/components/TestReviewTestCaseEdit.vue
+
1
-
1
View file @
221f275f
...
...
@@ -272,7 +272,7 @@ export default {
}
});
}
else
{
this
.
$refs
.
reviewComment
.
inputLight
();
/*
this.$refs.reviewComment.inputLight();
*/
this
.
$warning
(
this
.
$t
(
'
test_track.comment.description_is_null
'
));
}
}
else
{
...
...
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