src/views/work/selfProblems/plan/index.vue
@@ -184,6 +184,8 @@ for (const item of choosedData.value) { await nextTick(()=> { item.deptList.forEach(de => { de.date = de.date.substring(0,10) data.deptList.forEach(d=> { if(de.deptId == d.deptId){ de.term = sortVersionNumbers(d.caluseVO1List?.map(x=>x.clauseNum)).join('、')