fix(测试用例): 评审脑图-修复提交评审状态为建议时会刷新脑图的缺陷
--bug=1044963 --user=吕梦园 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001044963
This commit is contained in:
parent
b26d7de88d
commit
9ecf6f939d
|
@ -487,6 +487,7 @@
|
|||
) {
|
||||
window.minder.execCommand('resource', [statusTagMap[status], caseTag]);
|
||||
} else {
|
||||
if (status === StartReviewStatus.UNDER_REVIEWED) return;
|
||||
initCaseTree();
|
||||
}
|
||||
emit('handleReviewDone');
|
||||
|
|
Loading…
Reference in New Issue