fix(测试跟踪):脑图保存用例状态未同步更新

--bug=1023944 --user=王旭 【测试跟踪】用例评审状态显示和测试用例评审结果不一致 https://www.tapd.cn/55049933/s/1349659
This commit is contained in:
WangXu10 2023-03-14 16:04:53 +08:00 committed by jianxing
parent 2d2bf40b3a
commit 0f20a304f0
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ export default {
this.result.loading = true; this.result.loading = true;
testReviewCaseMinderEdit(this.reviewId, saveCases) testReviewCaseMinderEdit(this.reviewId, saveCases)
.then(() => { .then(() => {
this.$post('/test/case/review/edit/status/' + this.reviewId);
this.result.loading = false; this.result.loading = false;
this.$success(this.$t('commons.save_success')); this.$success(this.$t('commons.save_success'));
this.setIsChange(false); this.setIsChange(false);