fix:清除debugger; #104

Merged
yangws merged 1 commits from yws_dev into main 2024-12-10 15:38:43 +08:00
2 changed files with 0 additions and 2 deletions

View File

@ -266,7 +266,6 @@ const savePPtData = async () => {
workList.value = []
const arr = selectedWorkList.value.map(item => item.id)
//
debugger
const existingIds = paramData.value.activityContent ? paramData.value.activityContent.split(',') : []
paramData.value.activityContent = Array.from(new Set([...existingIds, ...arr])).join(',')
upDateData()

View File

@ -599,7 +599,6 @@ const handleClassWorkFormQuizRemove = (index) =>{
}
console.log('该清空左侧列表数据了');
//
debugger
if(isShow.value){
currentRow.value = {id:1};
}else{