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; }, // 根据子任务获取里面的问题列表