From 0f20a304f04ec597c26606e9f984199bd7b085ab Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Tue, 14 Mar 2023 16:04:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA)?= =?UTF-8?q?=EF=BC=9A=E8=84=91=E5=9B=BE=E4=BF=9D=E5=AD=98=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=9C=AA=E5=90=8C=E6=AD=A5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1023944 --user=王旭 【测试跟踪】用例评审状态显示和测试用例评审结果不一致 https://www.tapd.cn/55049933/s/1349659 --- .../frontend/src/business/common/minder/TestReviewMinder.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/test-track/frontend/src/business/common/minder/TestReviewMinder.vue b/test-track/frontend/src/business/common/minder/TestReviewMinder.vue index f2532c12d4..798b6db987 100644 --- a/test-track/frontend/src/business/common/minder/TestReviewMinder.vue +++ b/test-track/frontend/src/business/common/minder/TestReviewMinder.vue @@ -137,6 +137,7 @@ export default { this.result.loading = true; testReviewCaseMinderEdit(this.reviewId, saveCases) .then(() => { + this.$post('/test/case/review/edit/status/' + this.reviewId); this.result.loading = false; this.$success(this.$t('commons.save_success')); this.setIsChange(false);