mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 12:09:13 +08:00
fix(测试跟踪): 功能用例编辑页评论框发表评论成功后收起
This commit is contained in:
parent
b8e33d0ba4
commit
8e4d2a157d
@ -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
Block a user