fix(测试跟踪): 功能用例编辑页评论框发表评论成功后收起
This commit is contained in:
parent
9101f271a6
commit
a264a4767d
|
@ -78,6 +78,7 @@ export default {
|
|||
testCaseCommentAdd(comment).then(() => {
|
||||
this.result.loading = false;
|
||||
this.$success(this.$t("test_track.comment.send_success"), false);
|
||||
this.cancel("");
|
||||
this.refresh(comment.caseId);
|
||||
this.formData.richText = "";
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue