hcong
2024-11-15 18eee6f8818b864d1f8d8fb56298620921f909e4
src/views/fysp/check/components/CompProRecent.vue
@@ -165,7 +165,7 @@
        }
      });
      // 额外处理
      this.curProList.sort((o1, o2) => o2.getTime() - o1.getTime());
      this.curProList.sort((o1, o2) => o2.getDate() - o1.getDate());
      this.loading = false;
    },
    // 根据子任务获取里面的问题列表