Compare commits
No commits in common. "3ca20cd3273a0fddeb1f733e7deb6e5954714d87" and "cc44a86437859e077f339bbf3b4bbbcce8b39209" have entirely different histories.
3ca20cd327
...
cc44a86437
|
@ -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()
|
||||
|
|
|
@ -599,6 +599,7 @@ const handleClassWorkFormQuizRemove = (index) =>{
|
|||
}
|
||||
console.log('该清空左侧列表数据了');
|
||||
// 清空左侧 选中的布置列表 并刷新列表
|
||||
debugger
|
||||
if(isShow.value){
|
||||
currentRow.value = {id:1};
|
||||
}else{
|
||||
|
|
Loading…
Reference in New Issue