Compare commits

..

No commits in common. "4c0a54fade0376e2af7f66f9b9b6d5d949b20e49" and "4e603034a144e11216790f63af13b0683560974c" have entirely different histories.

View File

@ -184,7 +184,6 @@ const loadMore=()=>{
getList();
}
const init= async(caseId,projectId)=>{
list.value=[];
document.documentElement.scrollTop = 0;
document.body.scrollTop = 0;
case_id.value=caseId;