diff --git a/frontend/src/business/components/track/review/components/TestCaseReviewEdit.vue b/frontend/src/business/components/track/review/components/TestCaseReviewEdit.vue index 9c411e16e0..af42109d43 100644 --- a/frontend/src/business/components/track/review/components/TestCaseReviewEdit.vue +++ b/frontend/src/business/components/track/review/components/TestCaseReviewEdit.vue @@ -210,7 +210,7 @@ export default { }); }, editTestReview(param) { - this.$post('/test/case/review/' + this.operationType, param, () => { + this.result = this.$post('/test/case/review/' + this.operationType, param, () => { this.$success(this.$t('commons.save_success')); this.dialogFormVisible = false; this.$emit("refresh");