fix:清除debugger;

This commit is contained in:
小杨 2024-12-10 15:38:19 +08:00
parent e7c6ab9e8d
commit c159d6be1a
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{