Compare commits

..

No commits in common. "3ca20cd3273a0fddeb1f733e7deb6e5954714d87" and "cc44a86437859e077f339bbf3b4bbbcce8b39209" have entirely different histories.

2 changed files with 2 additions and 0 deletions

View File

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