fix(测试跟踪): 功能用例编辑页评论框发表评论成功后收起

This commit is contained in:
song-cc-rock 2023-02-13 16:18:50 +08:00 committed by 刘瑞斌
parent b8e33d0ba4
commit 8e4d2a157d

View File

@ -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 = "";
});