zhouwx
8 天以前 d5bd0e88c1eec6bb2947d2bfa57348d89edbc1c3
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('、')