chore(测试用例): 删除冗余log

This commit is contained in:
teukkk 2024-08-14 17:08:15 +08:00 committed by 刘瑞斌
parent d82745cd98
commit e98eb969c6
1 changed files with 0 additions and 1 deletions

View File

@ -527,7 +527,6 @@
watch( watch(
() => activeCaseId.value, () => activeCaseId.value,
() => { () => {
console.log('🤔️ =>', activeCaseId.value);
loadCaseDetail(); loadCaseDetail();
initReviewerAndStatus(); initReviewerAndStatus();
initReviewHistoryList(); initReviewHistoryList();