祖安之光
3 天以前 9b998490450d23422bd9769522c42c4952db0263
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('、')