祖安之光
2 天以前 638a7ea9d2d2ae8c3bb947638a669b6fdacd985a
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('、')