diff --git a/src/renderer/src/AixPPTist/src/views/Editor/Toolbar/ElementStylePanel/Active/index.vue b/src/renderer/src/AixPPTist/src/views/Editor/Toolbar/ElementStylePanel/Active/index.vue index c4bc362..bc658cf 100644 --- a/src/renderer/src/AixPPTist/src/views/Editor/Toolbar/ElementStylePanel/Active/index.vue +++ b/src/renderer/src/AixPPTist/src/views/Editor/Toolbar/ElementStylePanel/Active/index.vue @@ -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() diff --git a/src/renderer/src/views/classTask/newClassTaskAssign/index.vue b/src/renderer/src/views/classTask/newClassTaskAssign/index.vue index 21d239f..8d18094 100644 --- a/src/renderer/src/views/classTask/newClassTaskAssign/index.vue +++ b/src/renderer/src/views/classTask/newClassTaskAssign/index.vue @@ -599,7 +599,6 @@ const handleClassWorkFormQuizRemove = (index) =>{ } console.log('该清空左侧列表数据了'); // 清空左侧 选中的布置列表 并刷新列表 - debugger if(isShow.value){ currentRow.value = {id:1}; }else{